redo solarized colours in .tmux.conf
This commit is contained in:
parent
9112244940
commit
2906158d1d
23
.tmux.conf
23
.tmux.conf
|
@ -114,26 +114,22 @@ set -g status-right "#(date) #H"
|
|||
#### COLOUR (Solarized 256)
|
||||
|
||||
# default statusbar colors
|
||||
set-option -g status-bg colour235 #base02
|
||||
set-option -g status-fg colour136 #yellow
|
||||
|
||||
set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
|
||||
|
||||
# default window title colors
|
||||
|
||||
set-window-option -g window-status-bg default
|
||||
#set-window-option -g window-status-attr dim
|
||||
set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
|
||||
#set-window-option -g window-status-style dim
|
||||
|
||||
# active window title colors
|
||||
|
||||
set-window-option -g window-status-current-bg default
|
||||
#set-window-option -g window-status-current-attr bright
|
||||
set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
|
||||
#set-window-option -g window-status-current-style bright
|
||||
|
||||
# pane border
|
||||
|
||||
|
||||
set-option -g pane-border-style fg=colour235 #base02
|
||||
set-option -g pane-active-border-style fg=colour240 #base01
|
||||
|
||||
# message text
|
||||
|
||||
set-option -g message-style fg=colour166,bg=colour235 #orange and base02
|
||||
|
||||
# pane number display
|
||||
set-option -g display-panes-active-colour colour33 #blue
|
||||
|
@ -141,3 +137,6 @@ set-option -g display-panes-colour colour166 #orange
|
|||
|
||||
# clock
|
||||
set-window-option -g clock-mode-colour colour64 #green
|
||||
|
||||
# bell
|
||||
set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
|
||||
|
|
Loading…
Reference in New Issue