Skip to content

Commit

Permalink
fix: neovim - signcolumn bg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Apr 29, 2023
1 parent 0a6c110 commit 7357e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/solarized/themes/neovim_theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 7357e0e

Please sign in to comment.