diff options
Diffstat (limited to 'runtime/themes/rose_pine_moon.toml')
-rw-r--r-- | runtime/themes/rose_pine_moon.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/rose_pine_moon.toml b/runtime/themes/rose_pine_moon.toml index fc27d2c0..178d623b 100644 --- a/runtime/themes/rose_pine_moon.toml +++ b/runtime/themes/rose_pine_moon.toml @@ -51,9 +51,13 @@ "info" = "gold" "hint" = "gold" "debug" = "rose" -"diagnostic" = "rose" "error" = "love" +"diagnostic.error" = { underline = { style = "curl", color = "love" } } +"diagnostic.warning" = { underline = { style = "curl", color = "gold" } } +"diagnostic.info" = { underline = { style = "curl", color = "foam" } } +"diagnostic.hint" = { underline = { style = "curl", color = "iris" } } + "markup.heading.marker" = "subtle" "markup.heading.1" = { fg = "love", modifiers = ["bold"] } "markup.heading.2" = { fg = "gold", modifiers = ["bold"] } |