Skip to content

Commit

Permalink
Improve onedarker theme contrast cursorline/selection (#12833)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliekturtles authored Feb 17, 2025
1 parent ef375d6 commit 1c47aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/themes/onedarker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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" }
Expand All @@ -105,6 +106,7 @@ gold = "#D19A66"
cyan = "#46A6B2"
white = "#ABB2BF"
black = "#16181A"
dark-black = "#12100E"
light-black = "#2C323C"
gray = "#252D30"
faint-gray = "#ABB2BF"
Expand Down

0 comments on commit 1c47aec

Please sign in to comment.