From 942b477f438d61a5ccaf29d18d10df0ba9762424 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 28 Nov 2021 20:58:38 +0900 Subject: neovim/tmux: change tabline color --- .config/nvim/colors/ocean.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/nvim/colors/ocean.vim b/.config/nvim/colors/ocean.vim index c3b0a46..ef5b136 100644 --- a/.config/nvim/colors/ocean.vim +++ b/.config/nvim/colors/ocean.vim @@ -106,9 +106,9 @@ call s:hl('UiStatusLineModeOther', 'bg', 'blue', 'bold') call s:hl('UiStatusLineModeReplace', 'bg', 'red', 'bold') call s:hl('UiStatusLineModeTerminal', 'bg', 'blue', 'bold') call s:hl('UiStatusLineModeVisual', 'bg', 'orange', 'bold') -call s:hl('UiStatusLineNC', 'fg', 'gray2', 'NONE') +call s:hl('UiStatusLineNC', 'comment', 'gray2', 'NONE') call s:hl('UiTabLine', 'fg', 'gray', 'NONE') -call s:hl('UiTabLineNC', 'fg', 'bg', 'NONE') +call s:hl('UiTabLineNC', 'comment', 'bg', 'NONE') call s:hl('UiTarget', 'orange2', 'NONE', 'underline') call s:hl('Warning', 'yellow2', 'NONE', 'NONE') -- cgit v1.2.3-70-g09d2