diff options
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r-- | runtime/themes/monokai.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index a4917cc1..913cc49b 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -84,12 +84,12 @@ "warning" = { fg = "#cca700" } "error" = { fg = "#f48771" } "info" = { fg = "#75beff" } -"hint" = { fg = "#eeeeeb3" } +"hint" = { fg = "#eeeeb3" } "diagnostic.warning" = { underline = { color = "#cca700", style = "curl" } } "diagnostic.error" = { underline = { color = "#f48771", style = "curl" } } "diagnostic.info" = { underline = { color = "#75beff", style = "curl" } } -"diagnostic.hint" = { underline = { color = "#eeeeeb3", style = "curl" } } +"diagnostic.hint" = { underline = { color = "#eeeeb3", style = "curl" } } [palette] type = "#A6E22E" |