We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6695e13 + 34b8a0c commit bf72055Copy full SHA for bf72055
colors/one.vim
@@ -385,7 +385,7 @@ if has('gui_running') || has('termguicolors') || &t_Co == 88 || &t_Co == 256
385
call <sid>X('Whitespace', s:special_grey, '', 'none')
386
call <sid>X('StatusLine', s:syntax_fg, s:syntax_cursor, 'none')
387
call <sid>X('StatusLineNC', s:mono_3, '', '')
388
- call <sid>X('TabLine', s:mono_1, s:syntax_bg, '')
+ call <sid>X('TabLine', s:mono_2, s:visual_grey, 'none')
389
call <sid>X('TabLineFill', s:mono_3, s:visual_grey, 'none')
390
call <sid>X('TabLineSel', s:syntax_bg, s:hue_2, '')
391
call <sid>X('Title', s:syntax_fg, '', 'bold')
0 commit comments