mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Update tmux styles for 2.9.
This commit is contained in:
@@ -37,9 +37,7 @@ setw -g automatic-rename on
|
|||||||
source-file ~/.tmux/tmux-solarized-256.conf
|
source-file ~/.tmux/tmux-solarized-256.conf
|
||||||
|
|
||||||
# Provide a statusbar
|
# Provide a statusbar
|
||||||
set -g window-status-current-bg colour33
|
set -g window-status-current-style fg=colour235,bg=colour33,bold
|
||||||
set -g window-status-current-fg colour235
|
|
||||||
set -g window-status-current-attr bold
|
|
||||||
set -g status-interval 60
|
set -g status-interval 60
|
||||||
set -g status-left-length 30
|
set -g status-left-length 30
|
||||||
set -g status-left '/#S/ '
|
set -g status-left '/#S/ '
|
||||||
|
|||||||
@@ -1,27 +1,22 @@
|
|||||||
#### COLOUR (Solarized 256)
|
#### COLOUR (Solarized 256)
|
||||||
|
|
||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-bg colour235 #base02
|
set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
|
||||||
set-option -g status-fg colour136 #yellow
|
|
||||||
set-option -g status-attr default
|
|
||||||
|
|
||||||
# default window title colors
|
# default window title colors
|
||||||
set-window-option -g window-status-fg colour244 #base0
|
set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
|
||||||
set-window-option -g window-status-bg default
|
#set-window-option -g window-status-style dim
|
||||||
#set-window-option -g window-status-attr dim
|
|
||||||
|
|
||||||
# active window title colors
|
# active window title colors
|
||||||
set-window-option -g window-status-current-fg colour166 #orange
|
set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
|
||||||
set-window-option -g window-status-current-bg default
|
#set-window-option -g window-status-current-style bright
|
||||||
#set-window-option -g window-status-current-attr bright
|
|
||||||
|
|
||||||
# pane border
|
# pane border
|
||||||
set-option -g pane-border-fg colour235 #base02
|
set-option -g pane-border-style fg=colour235 #base02
|
||||||
set-option -g pane-active-border-fg colour240 #base01
|
set-option -g pane-active-border-style fg=colour240 #base01
|
||||||
|
|
||||||
# message text
|
# message text
|
||||||
set-option -g message-bg colour235 #base02
|
set-option -g message-style fg=colour166,bg=colour235 #orange and base02
|
||||||
set-option -g message-fg colour166 #orange
|
|
||||||
|
|
||||||
# pane number display
|
# pane number display
|
||||||
set-option -g display-panes-active-colour colour33 #blue
|
set-option -g display-panes-active-colour colour33 #blue
|
||||||
@@ -29,3 +24,6 @@ set-option -g display-panes-colour colour166 #orange
|
|||||||
|
|
||||||
# clock
|
# clock
|
||||||
set-window-option -g clock-mode-colour colour64 #green
|
set-window-option -g clock-mode-colour colour64 #green
|
||||||
|
|
||||||
|
# bell
|
||||||
|
set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
|
||||||
|
|||||||
Reference in New Issue
Block a user