v mode highlights

This commit is contained in:
andrzej 2025-01-21 13:21:15 +01:00
parent c2b909139d
commit 22b316d48e
2 changed files with 5 additions and 4 deletions

View File

@ -6,11 +6,11 @@
foreground #e0def4 foreground #e0def4
background #191724 background #191724
selection_foreground #e0def4 selection_foreground #6e6a86
selection_background #403d52 selection_background #ebbcba
cursor #524f67 cursor #ffffff
cursor_text_color #e0def4 cursor_text_color #26233a
url_color #c4a7e7 url_color #c4a7e7

View File

@ -59,6 +59,7 @@ return {
Folded = { fg = "foam", bg = "highlight_med" }, Folded = { fg = "foam", bg = "highlight_med" },
CursorLine = { bg = "surface" }, CursorLine = { bg = "surface" },
TreesitterContext = { bg = "highlight_low" }, TreesitterContext = { bg = "highlight_low" },
Visual = { bg = "gold", fg = "love" },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)