diff options
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r-- | runtime/themes/monokai.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml index 0935ceff..92b81a8e 100644 --- a/runtime/themes/monokai.toml +++ b/runtime/themes/monokai.toml @@ -85,7 +85,10 @@ "info" = { fg = "#75beff" } "hint" = { fg = "#eeeeeb3" } -diagnostic = { modifiers = ["underlined"] } +"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" } } [palette] type = "#A6E22E" |