diff options
author | A-Walrus | 2022-08-11 11:10:29 +0000 |
---|---|---|
committer | Pascal Kuthe | 2022-10-01 15:00:34 +0000 |
commit | 3ad7d543ca17963f0839b1a6cd8abacdb5c60cf7 (patch) | |
tree | 8b754434eb9d3d21732c92bab64228efe2d283f4 /runtime/themes | |
parent | 999b45b28c157418c20a9a8cd9219db6ce0beac7 (diff) |
Add separate color for underlines
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dark_plus.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index f99da4fb..d1a5756e 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -92,7 +92,8 @@ "info" = { fg = "light_blue" } "hint" = { fg = "light_gray3" } -diagnostic = { modifiers = ["underlined"] } +"diagnostic.error" = {underline = "red", modifiers = ["undercurled"] } +"diagnostic" = {underline = "gold", modifiers = ["undercurled"] } [palette] white = "#ffffff" |