diff options
Diffstat (limited to 'runtime/themes/rose_pine_dawn.toml')
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index c6609c21..d9377966 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -45,9 +45,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"] } |