Improve onedarker theme contrast cursorline/selection (#12833)

This commit is contained in:
Mike Boutin 2025-02-17 14:04:15 -05:00 committed by GitHub
parent ef375d690e
commit 1c47aec30c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,9 +65,9 @@
"ui.cursor.primary" = { fg = "white", modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "blue", modifiers = ["underlined"]}
"ui.selection" = { bg = "light-gray" }
"ui.selection" = { bg = "black", modifiers = ["reversed"] }
"ui.selection.primary" = { bg = "gray" }
"ui.cursorline.primary" = { bg = "light-black" }
"ui.cursorline.primary" = { bg = "dark-black" }
"ui.linenr" = { fg = "linenr" }
"ui.linenr.selected" = { fg = "white" }
@ -83,6 +83,7 @@
"ui.bufferline.background" = { bg = "light-black" }
"ui.text" = { fg = "white" }
"ui.text.directory" = { fg = "blue" }
"ui.text.focus" = { fg = "white", bg = "light-black", modifiers = ["bold"] }
"ui.help" = { fg = "white", bg = "gray" }
@ -105,6 +106,7 @@ gold = "#D19A66"
cyan = "#46A6B2"
white = "#ABB2BF"
black = "#16181A"
dark-black = "#12100E"
light-black = "#2C323C"
gray = "#252D30"
faint-gray = "#ABB2BF"