summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-06 09:44:27 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-06 09:44:27 +0100
commit43a8d714f81f5d194ab8968a68a0d44d685d960b (patch)
tree33730ab5dabdbf80b5992e75b7db136cbb3651d3 /lua/no-clown-fiesta/groups
parentdc4b979308c654b97351c1310da84192fbb9cd81 (diff)
Revert color changes
Diffstat (limited to 'lua/no-clown-fiesta/groups')
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua
index 4dfcb7e..3bb845c 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -34,7 +34,7 @@ function M.highlight(palette, options)
CursorColumn = { bg = palette.alt_bg },
ColorColumn = { bg = palette.alt_bg },
NormalFloat = { bg = palette.alt_bg },
- Visual = { bg = palette.accent },
+ Visual = { bg = palette.gray },
VisualNOS = { bg = palette.alt_bg },
WarningMsg = { fg = palette.error, bg = palette.bg },
DiffAdd = { bg = palette.neogit_green },