Skip to content

Commit

Permalink
Correct selection color (helix-editor#7138)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm authored and aotarola committed May 28, 2023
1 parent 3bf62b0 commit 3e20bf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/themes/ferra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"ui.text.focus" = { fg = "ferra_coral" }
"ui.menu" = { fg = "ferra_blush", bg = "ferra_ash" }
"ui.menu.selected" = { fg = "ferra_coral", bg = "ferra_ash" }
"ui.selection" = { bg = "ferra_umber", fg = "ferra_night" }
"ui.selection.primary" = { bg = "ferra_night", fg = "ferra_umber" }
"ui.selection" = { bg = "ferra_umber" }
"ui.virtual" = { fg = "ferra_bark" }
"ui.virtual.whitespace" = { fg = "ferra_bark" }
"ui.virtual.ruler" = { bg = "ferra_ash" }
Expand Down

0 comments on commit 3e20bf0

Please sign in to comment.