Skip to content

Commit

Permalink
fix neo winseparator
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Jul 1, 2023
1 parent 9fc9808 commit fed1feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/solarized/themes/neo/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ return function(c, config)
set_hl('TermCursor', { link = 'Cursor' }) -- Cursor in a focused terminal
set_hl('TermCursorNC', { fg = c.base03, bg = c.base0 }) -- Cursor in an unfocused terminal
set_hl('ErrorMsg', { fg = c.error }) -- Error messages on the command line
set_hl('WinSeparator', { fg = c.cyan, bg = c.base04 }) -- Separators between window splits
set_hl('WinSeparator', { fg = c.cyan, bg = c.base04 }, { transparent = config.transparent }) -- Separators between window splits
set_hl('Folded', { fg = c.base0, bg = c.base02 }) -- Line used for closed folds
set_hl('FoldColumn', { fg = c.base0, bg = c.base04 }) -- 'foldcolumn'
set_hl('SignColumn', { fg = c.base0, bg = c.base03 }, { transparent = config.transparent }) -- Column were signs are displayed
Expand Down

0 comments on commit fed1feb

Please sign in to comment.