aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/nord.toml
diff options
context:
space:
mode:
authorblt__2023-01-12 04:22:16 +0000
committerGitHub2023-01-12 04:22:16 +0000
commitc988bd9629145b5a337498937a70af555bfa6159 (patch)
tree4a9dbbfe64d27e8df8fda2dbbda6dc741ec7f542 /runtime/themes/nord.toml
parent4e9a0700db6df3c2be123c3c130ab7689135576a (diff)
Change built-in themes to use curly underlines (#5419)
* Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines
Diffstat (limited to 'runtime/themes/nord.toml')
-rw-r--r--runtime/themes/nord.toml6
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"