diff options
Diffstat (limited to 'runtime/themes/nord.toml')
-rw-r--r-- | runtime/themes/nord.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index 6260ddbe..7eba10ac 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -98,6 +98,12 @@ "markup.link.text" = "nord8" "markup.raw" = "nord7" +# lsp diagnostics +"diagnostic.error" = { underline = { color = "nord11", style = "curl" } } +"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } } +"diagnostic.info" = { underline = { color = "nord8", style = "curl" } } +"diagnostic.hint" = { underline = { color = "nord8", style = "curl" } } + # vcs "diff.plus" = "nord14" "diff.delta" = "nord12" |