mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
fix: neovim - signcolumn bg
This commit is contained in:
parent
0a6c110795
commit
7357e0e366
|
|
@ -43,7 +43,7 @@ local function neovim_theme(solarized, chromatic)
|
|||
Folded = { fg = colors.fg, bg = colors.bg_alt, sp = colors.bg },
|
||||
FoldColumn = { fg = colors.fg, bg = colors.bg_alt },
|
||||
ColorColumn = { bg = colors.bg_alt },
|
||||
SignColumn = { fg = colors.bg },
|
||||
SignColumn = { bg = colors.bg },
|
||||
VertSplit = { fg = colors.fg, bg = colors.bg_alt },
|
||||
WinSeparator = { fg = colors.fg, bold = true },
|
||||
FloatBorder = { fg = colors.fg, bg = colors.bg_alt, sp = colors.fg },
|
||||
|
|
|
|||
Loading…
Reference in a new issue