Skip to content

Commit bf72055

Browse files
authored
Merge pull request #112 from adrian5/patch-2
Change TabLine highlight
2 parents 6695e13 + 34b8a0c commit bf72055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/one.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if has('gui_running') || has('termguicolors') || &t_Co == 88 || &t_Co == 256
385385
call <sid>X('Whitespace', s:special_grey, '', 'none')
386386
call <sid>X('StatusLine', s:syntax_fg, s:syntax_cursor, 'none')
387387
call <sid>X('StatusLineNC', s:mono_3, '', '')
388-
call <sid>X('TabLine', s:mono_1, s:syntax_bg, '')
388+
call <sid>X('TabLine', s:mono_2, s:visual_grey, 'none')
389389
call <sid>X('TabLineFill', s:mono_3, s:visual_grey, 'none')
390390
call <sid>X('TabLineSel', s:syntax_bg, s:hue_2, '')
391391
call <sid>X('Title', s:syntax_fg, '', 'bold')

0 commit comments

Comments
 (0)