Skip to content

Commit

Permalink
Dim primary selection in kanagawa
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <[email protected]>
  • Loading branch information
mxpv committed Apr 1, 2024
1 parent d56f3fb commit 174ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 = "waveBlue1" }
"ui.selection.primary" = { bg = "waveBlue1", modifiers = ["dim"] }
"ui.background" = { fg = "fujiWhite", bg = "sumiInk1" }

"ui.linenr" = { fg = "sumiInk4" }
Expand Down

0 comments on commit 174ee60

Please sign in to comment.