diff options
Diffstat (limited to 'runtime/themes/kanagawa.toml')
-rw-r--r-- | runtime/themes/kanagawa.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/kanagawa.toml b/runtime/themes/kanagawa.toml index faeeeb83..f3811111 100644 --- a/runtime/themes/kanagawa.toml +++ b/runtime/themes/kanagawa.toml @@ -41,7 +41,10 @@ "ui.cursorline.primary" = { bg = "sumiInk3"} -diagnostic = { modifiers = ["underlined"] } +"diagnostic.error" = { underline = { color = "samuraiRed", style = "curl" } } +"diagnostic.warning" = { underline = { color = "roninYellow", style = "curl" } } +"diagnostic.info" = { underline = { color = "waveAqua1", style = "curl" } } +"diagnostic.hint" = { underline = { color = "dragonBlue", style = "curl" } } error = "samuraiRed" warning = "roninYellow" |