Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/dark_plus.toml')
-rw-r--r--runtime/themes/dark_plus.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 2d8a86c3..61878664 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -24,7 +24,7 @@
"operator" = "text"
"punctuation" = "text"
"punctuation.delimiter" = "text"
-"special" = "light_blue"
+"special" = "text"
"string" = "orange"
"string.regexp" = "gold"
"tag" = "blue2"
@@ -72,10 +72,9 @@
"ui.bufferline.background" = { bg = "background" }
"ui.text" = { fg = "text" }
"ui.text.focus" = { fg = "white" }
-"ui.text.directory" = { fg = "blue2" }
+"ui.text.directory" = { fg = "blue3" }
"ui.text.inactive" = { fg = "dark_gray" }
"ui.virtual.whitespace" = { fg = "#3e3e3d" }
-"ui.virtual.wrap" = { fg = "#3e3e3d" }
"ui.virtual.ruler" = { bg = "borders" }
"ui.virtual.indent-guide" = { fg = "dark_gray4" }
"ui.virtual.inlay-hint" = { fg = "dark_gray5"}
@@ -94,8 +93,6 @@
"diagnostic.unnecessary" = { modifiers = ["dim"] }
"diagnostic.deprecated" = { modifiers = ["crossed_out"] }
-rainbow = ["#FFD700", "#DA70D6", "#179FFF"]
-
[palette]
white = "#ffffff"
orange = "#ce9178"