Improve dark_plus theme: Change special, ui.text.directory and ui.virtual.wrap (#12530)

This commit is contained in:
David Else 2025-01-14 18:55:01 +00:00 committed by GitHub
parent f69659c5be
commit ca19496eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}