Skip to content

Commit 3ef1d0e

Browse files
committed
Merge remote-tracking branch 'upstream/master' into master
2 parents 531d55c + f8bcef1 commit 3ef1d0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ nnoremap <leader>hi :so $VIMRUNTIME/syntax/hitest.vim<cr>
4949
```
5050

5151
The first one `<leader>ii` displays the name of the hightlight the cursor is
52-
one.
52+
on.
5353
The second one `<leader>hi` lists all the highlights that are defined, bear in
5454
mind that syntaxes are loaded dynamically by Vim.
5555

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)