aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorvaron2023-03-20 15:11:01 +0000
committerGitHub2023-03-20 15:11:01 +0000
commit05e7862e8fc34e2e4dd745f9dc95c1b1ab0dc20f (patch)
treeb0c443d14da5c0e65af026202da648571d55185f /runtime/themes
parent203cf1a9197a014be664497effcc10f2e61655a0 (diff)
Update nord with inlay-hints (#6376)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/nord.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index c653f539..f38ede54 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -19,6 +19,7 @@
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
+
# nord1 - status bars, panels, modals, autocompletion
"ui.statusline" = { fg = "nord4", bg = "nord1" }
"ui.popup" = { bg = "nord1" }
@@ -33,6 +34,8 @@
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
"ui.linenr" = "nord3_bright"
"ui.virtual.whitespace" = "nord3_bright"
+"ui.virtual.inlay-hint" = { fg = "nord3_bright" }
+
# Snow Storm
# nord4 - cursor, variables, constants, attributes, fields