Skip to content

Commit

Permalink
Fix kanagawa theme when using cursorline (helix-editor#10500)
Browse files Browse the repository at this point in the history
  • Loading branch information
dob9601 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent 2823161 commit 00f47b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/themes/kanagawa.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## User interface
"ui.selection" = { bg = "waveBlue2" }
"ui.selection.primary" = { bg = "sumiInk5" }
"ui.selection.primary" = { bg = "waveBlue2" }
"ui.background" = { fg = "fujiWhite", bg = "sumiInk1" }

"ui.linenr" = { fg = "sumiInk4" }
Expand Down Expand Up @@ -123,7 +123,6 @@ sumiInk1 = "#1F1F28" # default background
sumiInk2 = "#2A2A37" # lighter background, e.g. colorcolumns, folds
sumiInk3 = "#363646" # lighter background, e.g. cursorline
sumiInk4 = "#54546D" # darker foreground, e.g. linenumbers, fold column
sumiInk5 = "#363646" # current selection
waveBlue1 = "#223249" # popup background, visual selection background
waveBlue2 = "#2D4F67" # popup selection background, search background
winterGreen = "#2B3328" # diff add background
Expand Down

0 comments on commit 00f47b4

Please sign in to comment.