Improve tmux theme
This commit is contained in:
parent
d22abaf696
commit
8dfa872c8c
2 changed files with 5 additions and 5 deletions
|
@ -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]"
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue