diff options
Diffstat (limited to 'runtime/themes/everforest_light.toml')
-rw-r--r-- | runtime/themes/everforest_light.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index 08876c0c..6daf7963 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -88,7 +88,11 @@ "info" = "aqua" "warning" = "yellow" "error" = "red" -"diagnostic" = { modifiers = ["underlined"] } + +"diagnostic.hint" = { underline = { color = "blue", style = "curl" } } +"diagnostic.info" = { underline = { color = "aqua", style = "curl" } } +"diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } +"diagnostic.error" = { underline = { color = "red", style = "curl" } } [palette] |