diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 61878664..28ec163d 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" = "text" +"special" = "light_blue" "string" = "orange" "string.regexp" = "gold" "tag" = "blue2" @@ -72,9 +72,10 @@ "ui.bufferline.background" = { bg = "background" } "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "white" } -"ui.text.directory" = { fg = "blue3" } +"ui.text.directory" = { fg = "blue2" } "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"}