Skip to content

Commit

Permalink
Fix Airline vertical split vertex color.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinh0 committed Apr 15, 2021
1 parent c31f9a8 commit 7f17f6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colors/spaceduck.vim
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ hi SpellBad guifg=#e33400 ctermfg=166 guibg=NONE ctermbg=NONE gui=underline cter
hi SpellLocal guifg=#ecf0c1 ctermfg=255 guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi SpellCap guifg=#5ccc96 ctermfg=78 guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi SpellRare guifg=#f2ce00 ctermfg=220 guibg=NONE ctermbg=NONE gui=underline cterm=underline
hi StatusLine guifg=#ecf0c1 ctermfg=255 guibg=#0f111b ctermbg=233 gui=reverse cterm=reverse
hi StatusLine guifg=#0f111b ctermfg=255 guibg=#0f111b ctermbg=233 gui=reverse cterm=reverse

This comment has been minimized.

Copy link
@pineapplegiant

pineapplegiant Apr 18, 2021

Owner

Bruh this destroys the statusline RIP
Screen Shot 2021-04-18 at 4 03 56 PM

hi link StatusLineTerm StatusLine
hi StatusLineTermNC guifg=#000000 ctermfg=0 guibg=#30365F ctermbg=237 gui=reverse cterm=reverse
hi link StatusLineNC StatusLineTermNC
hi StatusLineNC guifg=#0f111b
hi TabLine guifg=#000000 ctermfg=0 guibg=#818596 ctermbg=102 gui=NONE cterm=NONE
hi TabLineFill guifg=#818596 ctermfg=102 guibg=#000000 ctermbg=0 gui=NONE cterm=NONE
hi TabLineSel guifg=#c1c3cc ctermfg=251 guibg=#0f111b ctermbg=233 gui=NONE cterm=NONE
Expand Down

0 comments on commit 7f17f6e

Please sign in to comment.