diff options
Diffstat (limited to 'runtime/themes/solarized_light.toml')
-rw-r--r-- | runtime/themes/solarized_light.toml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/themes/solarized_light.toml b/runtime/themes/solarized_light.toml index 737829a6..849751e8 100644 --- a/runtime/themes/solarized_light.toml +++ b/runtime/themes/solarized_light.toml @@ -118,7 +118,12 @@ "error" = { fg = "red", modifiers= ["bold", "underlined"] } "info" = { fg = "blue", modifiers= ["bold", "underlined"] } "hint" = { fg = "base01", modifiers= ["bold", "underlined"] } -"diagnostic" = { modifiers = ["underlined"] } + +"diagnostic.warning" = { underline = { style = "curl", color = "orange" } } +"diagnostic.error" = { underline = { style = "curl", color = "red" } } +"diagnostic.info" = { underline = { style = "curl", color = "blue" } } +"diagnostic.hint" = { underline = { style = "curl", color = "base01" } } + [palette] red = '#dc322f' |