aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Scarrott2023-09-04 17:21:18 +0000
committerGitHub2023-09-04 17:21:18 +0000
commit61814fea7f779267bd0c6bc9428c1f53142ee7f1 (patch)
tree836e488ab02efcc9253f35e293db074e2464e272
parent9d7f66574d43e3a1eee156a3d18c7317ab267fd6 (diff)
Nord Theme: Fix missing ui text focus, use undercurls for diagnostics (#8165)
-rw-r--r--runtime/themes/nord.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index 5c3b6219..e1e63b32 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -15,14 +15,14 @@
"constructor" = "nord8"
# Diagnostics
-"diagnostic" = "nord13"
-"diagnostic.error" = "nord11"
+"diagnostic" = { underline = { color = "nord13", style = "curl" } }
+"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
"error" = "nord11"
-"diagnostic.hint" = "nord10"
+"diagnostic.hint" = { underline = { color = "nord10", style = "curl" } }
"hint" = "nord10"
-"diagnostic.info" = "nord8"
+"diagnostic.info" = { underline = { color = "nord8", style = "curl" } }
"info" = "nord8"
-"diagnostic.warning" = "nord13"
+"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } }
"warning" = "nord13"
# Diffs
@@ -100,6 +100,7 @@
"ui.popup" = { bg = "nord1" }
"ui.popup.info" = { bg = "nord1" }
"ui.help" = { bg = "nord1" }
+"ui.text.focus" = { fg = "nord8", bg = "nord2" }
# Gutter
"ui.gutter" = "nord5"