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:
parent
498a3b4dd1
commit
eea4d5f01e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue