Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nord_light.toml')
-rw-r--r--runtime/themes/nord_light.toml11
1 files changed, 2 insertions, 9 deletions
diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml
index 6c27c507..b37d3596 100644
--- a/runtime/themes/nord_light.toml
+++ b/runtime/themes/nord_light.toml
@@ -6,6 +6,8 @@
"ui.cursorline" = {bg="nord4"}
"ui.statusline" = {bg="nord4", fg="nord0"}
"ui.statusline.inactive" = {bg="nord5", fg="nord0"}
+"ui.virtual" = "nord8"
+"ui.virtual.ruler" = {bg="nord4"}
"ui.cursor.match" = {bg="nord8"}
"ui.cursor" = {bg="nord10", fg="nord6"}
"ui.cursorline.primary" = {bg="nord5"}
@@ -23,20 +25,11 @@
"ui.statusline.insert" = { fg = "nord0", bg = "nord13" }
"ui.statusline.select" = { fg = "nord0", bg = "nord15" }
-# Virtual/invisible text
-"ui.virtual" = "nord8"
-"ui.virtual.ruler" = {bg="nord4"}
-"ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] }
-"ui.virtual.jump-label" = { fg = "nord11", modifiers = ["bold"] }
-
-
"diagnostic.error" = { underline = { color = "nord11", style = "curl" } }
"diagnostic.warning" = { underline = { color = "nord13", style = "curl" } }
"diagnostic.info" = { underline = { color = "nord13", style = "curl" } }
"diagnostic.hint" = { underline = { color = "nord13", style = "curl" } }
-"diagnostic.unnecessary" = { modifiers = ["dim"] }
-"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
"constant.numeric" = {fg="nord15"}
"constant.builtin" = {fg="nord15"}