1
0
Fork 0
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:
Henrik Hautakoski 2025-07-21 05:49:42 +02:00
parent b9860d2a57
commit 8715f65c86

View file

@ -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 },