1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: adding SignColumnSep highlight

This commit is contained in:
Henrik Hautakoski 2025-01-11 16:39:09 +01:00
parent 498a3b4dd1
commit eea4d5f01e

View file

@ -21,6 +21,7 @@ local options = {
mocha = function(colors)
return {
CursorLine = { bg = colors.surface0 },
SignColumnSep = { bg = colors.surface0, fg = colors.lavender },
Visual = { bg = colors.surface1 },
FoldColumn = { fg = colors.surface2 },