Improve tmux theme

This commit is contained in:
Kujiu 2017-07-14 10:31:10 +02:00
parent d22abaf696
commit 8dfa872c8c
No known key found for this signature in database
GPG key ID: F6A8243BF7C8404D
2 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ setw -g window-status-activity-attr "none"
setw -g window-status-activity-fg "colour2"
setw -g window-status-separator ""
setw -g window-status-bg "colour233"
set -g status-left "#[fg=colour232,bg=colour2] #S #[fg=colour2,bg=colour233,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=black,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour2,bg=black] %Y-%m-%d  %H:%M #[fg=colour2,bg=black,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour2] #h "
setw -g window-status-format "#[fg=colour2,bg=colour233] #I #[fg=colour2,bg=colour233] #W "
setw -g window-status-current-format "#[fg=colour233,bg=black,nobold,nounderscore,noitalics]#[fg=colour2,bg=black] #I #[fg=colour2,bg=black] #W #[fg=black,bg=colour233,nobold,nounderscore,noitalics]"
set -g status-left "#[fg=colour232,bg=colour2] S#S #[fg=colour2,bg=colour233,nobold,nounderscore,noitalics]"
set -g status-right "#[fg=black,bg=colour233,nobold,nounderscore,noitalics] #[fg=colour2,bg=black,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour2] #h"
setw -g window-status-format "#[fg=colour2,bg=colour233] #I"
setw -g window-status-current-format "#[fg=colour233,bg=black,nobold,nounderscore,noitalics]#[fg=colour2,bg=black] [#I]#[fg=black,bg=colour233,nobold,nounderscore,noitalics]"

View file

@ -238,7 +238,7 @@ map <silent> <F7> :1;$ s/\r//g<Return>
set laststatus=2 " Always display the statusline in all windows
"set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
let g:airline_powerline_fonts = 1
let g:airline_powerline_fonts = 0
let g:airline_theme = "term"
let g:tmuxline_theme = 'term'