aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-28 20:58:38 +0900
committernsfisis <nsfisis@gmail.com>2021-11-28 20:58:38 +0900
commit942b477f438d61a5ccaf29d18d10df0ba9762424 (patch)
tree4f053326fb80efed4c1caab4dd7f443af0870a8d
parenta61bb1683ad458039f1b28f22129838ba45db3ec (diff)
downloaddotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.tar.gz
dotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.tar.zst
dotfiles-942b477f438d61a5ccaf29d18d10df0ba9762424.zip
neovim/tmux: change tabline color
-rw-r--r--.config/nvim/colors/ocean.vim4
-rw-r--r--.tmux.conf2
2 files changed, 3 insertions, 3 deletions
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')
diff --git a/.tmux.conf b/.tmux.conf
index 07758ca..72e19ad 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -34,7 +34,7 @@ set-option -g status-right-length 25
set-option -g status-right-style 'fg=#b1b1c8 bg=#353535'
set-option -g window-status-separator ''
set-option -g window-status-format ' #W '
-set-option -g window-status-style 'fg=#b1b1c8 bg=#101020'
+set-option -g window-status-style 'fg=#8686bf bg=#101020'
set-option -g window-status-current-format ' #W '
set-option -g window-status-current-style 'fg=#b1b1c8 bg=#353535'