tmux alias
This commit is contained in:
@@ -22,9 +22,10 @@ set -g @dark-blue "#000010"
|
||||
set -g @blue "#203050"
|
||||
set -g @light-blue "#5BB8FF"
|
||||
set -g @cyan "#15D7E5"
|
||||
set -g @dark-grey "#202038"
|
||||
set -g @dark-grey "#282830"
|
||||
set -g @light-grey "#A0A0AD"
|
||||
set -g @black "#000000"
|
||||
set -g @dark-green "#183018"
|
||||
|
||||
|
||||
# format strings
|
||||
@@ -36,11 +37,11 @@ set-window-option -g window-status-separator ""
|
||||
|
||||
|
||||
# style strings
|
||||
set-option -g status-style "bg=#{@blue},fg=#{@white}"
|
||||
set-option -g status-style "bg=#{@dark-grey},fg=#{@white}"
|
||||
set-option -g status-left-style "bg=#{@light-grey},fg=#{@dark-blue}"
|
||||
set-option -g status-right-style "bg=#{@blue},fg=#{@white}"
|
||||
setw -g window-status-style "bg=#{@blue},fg=#{@light-blue},bold"
|
||||
setw -g window-status-activity-style "bg=#{@blue},fg=#{@light-blue},bold"
|
||||
set-option -g status-right-style "bg=#{@dark-grey},fg=#{@white}"
|
||||
setw -g window-status-style "bg=#{@dark-grey},fg=#{@light-blue},bold"
|
||||
setw -g window-status-activity-style "bg=#{@dark-grey},fg=#{@light-blue},bold"
|
||||
setw -g window-status-current-style "bg=#{@light-blue},fg=#{@dark-blue},bold"
|
||||
|
||||
set-option -g message-style bg=colour239,fg=colour223
|
||||
|
||||
Reference in New Issue
Block a user