diff options
Diffstat (limited to 'runtime/themes/noctis_bordo.toml')
-rw-r--r-- | runtime/themes/noctis_bordo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/noctis_bordo.toml b/runtime/themes/noctis_bordo.toml index b15a3f8e..d446543d 100644 --- a/runtime/themes/noctis_bordo.toml +++ b/runtime/themes/noctis_bordo.toml @@ -54,7 +54,11 @@ "diff.plus" = "base0B" "diff.minus" = "base08" -"diagnostic" = { modifiers = ["underlined"] } +"diagnostic.info" = { underline = { color = "base0D", style = "curl" } } +"diagnostic.hint" = { underline = { color = "base03", style = "curl" } } +"diagnostic.warning" = { underline = { color = "base09", style = "curl" } } +"diagnostic.error" = { underline = { color = "base08", style = "curl" } } + "ui.gutter" = { bg = "base01" } "info" = "base0D" "hint" = "base03" |