v mode highlights
This commit is contained in:
parent
c2b909139d
commit
5b9e0f891c
|
@ -6,11 +6,11 @@
|
|||
|
||||
foreground #e0def4
|
||||
background #191724
|
||||
selection_foreground #e0def4
|
||||
selection_background #403d52
|
||||
selection_foreground #6e6a86
|
||||
selection_background #ebbcba
|
||||
|
||||
cursor #524f67
|
||||
cursor_text_color #e0def4
|
||||
cursor #ffffff
|
||||
cursor_text_color #26233a
|
||||
|
||||
url_color #c4a7e7
|
||||
|
||||
|
|
|
@ -59,6 +59,7 @@ return {
|
|||
Folded = { fg = "foam", bg = "highlight_med" },
|
||||
CursorLine = { bg = "surface" },
|
||||
TreesitterContext = { bg = "highlight_low" },
|
||||
Visual = { bg = "rose", fg = "text" },
|
||||
},
|
||||
|
||||
before_highlight = function(group, highlight, palette)
|
||||
|
|
Loading…
Reference in New Issue