diff options
Diffstat (limited to 'runtime/themes/spacebones_light.toml')
-rw-r--r-- | runtime/themes/spacebones_light.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 0956afd2..f01b19dc 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -72,7 +72,10 @@ "ui.virtual" = "base-dim" "ui.virtual.ruler" = { bg = "bg1" } -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.warning" = { underline = { style = "curl", color = "meta" } } +"diagnostic.error" = { underline = { style = "curl", color = "#e0211d" } } +"diagnostic.info" = { underline = { style = "curl", color = "theme_yellow" } } +"diagnostic.hint" = { underline = { style = "curl", color = "bg2" } } [palette] base = "#655370" |