Add themes for Tmux

This commit is contained in:
Dionisio E Alonso 2019-03-14 16:37:12 -03:00
parent e6049df6eb
commit 618b9ae3d7
3 changed files with 83 additions and 0 deletions

36
tmux/mhinz.conf Normal file
View File

@ -0,0 +1,36 @@
# statusline
set-option -g status-justify centre
set-option -g status-interval 60
set-option -g status-left-length 50
set-option -g status-right-length 50
set-option -g status-left ' #[fg=colour157]#H'
set-option -ga status-left '#[fg=colour239]/'
# set-option -ga status-left '#[fg=colour248]#(whoami)'
# set-option -ga status-left '#[fg=colour239]/'
set-option -ga status-left '#[fg=colour153]#S '
set-option -g status-right ' #[fg=colour239]» '
set-option -ga status-right '#[fg=colour243]#(cat ~/.TODO)'
set-option -ga status-right '#[fg=colour239] « '
set-option -ga status-right '#[fg=colour157]%H:%M '
# set-option -ga status-right '#[fg=colour153,bold]%H:%M '
# set-option -ga status-right '#[fg=colour227,bold]%H:%M '
# colors
set-option -g status-fg colour243
set-option -g status-bg colour236
set-option -g window-status-current-fg colour215
set-option -g window-status-current-bg colour236
set-option -g window-status-current-attr bold
set-option -g pane-border-fg colour240
set-option -g pane-active-border-fg colour221
set-option -g window-status-activity-fg colour111
set-option -g window-status-activity-attr bold
set-option -g message-bg colour240
set-option -g message-fg colour231
set-option -g message-attr bold

31
tmux/solarized.theme Normal file
View File

@ -0,0 +1,31 @@
#### COLOUR (Solarized 256)
# default statusbar colors
set-option -g status-bg colour235 #base02
set-option -g status-fg colour136 #yellow
set-option -g status-attr default
# default window title colors
set-window-option -g window-status-fg colour244 #base0
set-window-option -g window-status-bg default
#set-window-option -g window-status-attr dim
# active window title colors
set-window-option -g window-status-current-fg colour166 #orange
set-window-option -g window-status-current-bg default
#set-window-option -g window-status-current-attr bright
# pane border
set-option -g pane-border-fg colour235 #base02
set-option -g pane-active-border-fg colour240 #base01
# message text
set-option -g message-bg colour235 #base02
set-option -g message-fg colour166 #orange
# pane number display
set-option -g display-panes-active-colour colour33 #blue
set-option -g display-panes-colour colour166 #orange
# clock
set-window-option -g clock-mode-colour colour64 #green

16
tmux/zenburn.conf Normal file
View File

@ -0,0 +1,16 @@
setw -g clock-mode-colour colour117
setw -g mode-attr bold
setw -g mode-fg colour117
setw -g mode-bg colour238
set -g status-bg colour235
set -g status-fg colour248
set -g status-attr dim
set -g status-left '#[fg=colour187,bold]#H'
set -g status-right '#[fg=colour174]#(mpc) #[fg=colour187,bold]%H:%M:%S'
set -g status-right-length 80
setw -g window-status-current-fg colour223
setw -g window-status-current-bg colour237
setw -g window-status-current-attr bold
set -g message-attr bold
set -g message-fg colour117
set -g message-bg colour235