diff options
Diffstat (limited to 'runtime/themes/onedarker.toml')
-rw-r--r-- | runtime/themes/onedarker.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/themes/onedarker.toml b/runtime/themes/onedarker.toml index 665f10ed..7a6e4a62 100644 --- a/runtime/themes/onedarker.toml +++ b/runtime/themes/onedarker.toml @@ -41,7 +41,11 @@ "diff.delta" = "gold" "diff.minus" = "red" -diagnostic = { modifiers = ["underlined"] } +"diagnostic.info".underline = { color = "blue", style = "curl" } +"diagnostic.hint".underline = { color = "green", style = "curl" } +"diagnostic.warning".underline = { color = "yellow", style = "curl" } +"diagnostic.error".underline = { color = "red", style = "curl" } + "info" = { fg = "blue", modifiers = ["bold"] } "hint" = { fg = "green", modifiers = ["bold"] } "warning" = { fg = "yellow", modifiers = ["bold"] } |