Skip to content

Commit

Permalink
everforest: Fix selection color (#35)
Browse files Browse the repository at this point in the history
* Fix selection color

It was set to a color that is not even part of the Everforest theme and is only barely different from the line highlight color, so it was not actually visible on the line you had your cursor on.

* Update Everforest version
  • Loading branch information
kra-mo authored and jgmdev committed Apr 3, 2024
1 parent ee405f2 commit e9a0f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion colors/everforest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ style.caret = { common.color "#A7C080"}
style.accent = { common.color "#A7C080"}
style.dim = { common.color "#859289"}
style.divider = { common.color "#272E33"}
style.selection = { common.color "#272E30"}
style.selection = { common.color "#2E383C"}
style.line_number = {common.color "#2E383C"}
style.line_number2 = {common.color "#374145"}
style.line_highlight = {common.color "#272E33"}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"dark"
],
"type" : "color",
"version" : "0.1"
"version" : "0.2"
},
{
"id" : "flexoki_dark",
Expand Down

0 comments on commit e9a0f96

Please sign in to comment.