Skip to content

Commit

Permalink
Fix win separator on latest nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
muchzill4 committed Jan 8, 2024
1 parent 363cae3 commit 9988720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/doubletrouble.vim
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ highlight Directory guifg=#6CA9EF guibg=NONE guisp=NONE blend=NONE gui=NONE
highlight EndOfBuffer guifg=#32365D guibg=NONE guisp=NONE blend=NONE gui=NONE
highlight! link NonText EndOfBuffer
highlight! link VertSplit EndOfBuffer
highlight! link WinSeparator EndOfBuffer
highlight Error guifg=NONE guibg=#E25A6A guisp=NONE blend=NONE gui=NONE
highlight ErrorMsg guifg=#1D1D30 guibg=#E25A6A guisp=NONE blend=NONE gui=NONE
highlight! link WarningMsg ErrorMsg
Expand Down
1 change: 1 addition & 0 deletions lua/doubletrouble/lush_theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ local theme = lush(function(injected_functions)
-- TermCursorNC { }, -- Cursor in an unfocused terminal
ErrorMsg { fg = c.bg, bg = c.red }, -- Error messages on the command line
VertSplit { EndOfBuffer }, -- Column separating vertically split windows
WinSeparator { EndOfBuffer }, -- Fix ^^ column separator on latest nvim
Folded { fg = c.black }, -- Line used for closed folds
FoldColumn { Folded }, -- 'foldcolumn'
SignColumn {}, -- Column where |signs| are displayed
Expand Down

0 comments on commit 9988720

Please sign in to comment.