mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/plugins/ui/colorscheme.lua: update SignColumnSep
This commit is contained in:
parent
b9860d2a57
commit
8715f65c86
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
local custom_highlights = function(colors)
|
||||
return {
|
||||
CursorLine = { bg = colors.surface0 },
|
||||
SignColumnSep = { bg = colors.surface0, fg = colors.lavender },
|
||||
SignColumnSep = { bg = colors.surface0, fg = colors.surface1 },
|
||||
|
||||
Visual = { bg = colors.surface1 },
|
||||
FoldColumn = { fg = colors.surface2 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue