update tmux colors
This commit is contained in:
16
.tmux.conf
16
.tmux.conf
@@ -20,7 +20,7 @@ bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
bind -r C-k select-window -t :-
|
||||
bind -r C-j select-window -t :+
|
||||
bind -r C-j select-window -t :+
|
||||
|
||||
# resize
|
||||
bind -r H resize-pane -L 5
|
||||
@@ -34,12 +34,18 @@ bind b split-window -v
|
||||
|
||||
#lookin' good
|
||||
set-window-option -g window-status-format " #I: #W "
|
||||
set-window-option -g status-fg white
|
||||
set-window-option -g status-bg black
|
||||
set-window-option -g status-fg colour229 #253-244-193
|
||||
set-window-option -g status-bg colour235 #40-40-40
|
||||
|
||||
set-window-option -g window-status-current-format " #I: #W "
|
||||
set-window-option -g window-status-current-fg yellow
|
||||
set-window-option -g window-status-current-fg colour109 #131-165-152
|
||||
|
||||
set-option -g pane-active-border-fg colour94
|
||||
set-option -g pane-active-border-fg colour109
|
||||
|
||||
set -g status-justify centre
|
||||
|
||||
set -g status-left '#H:#S'
|
||||
set -g status-left-length 30
|
||||
|
||||
set -g status-right '%T'
|
||||
set -g status-right-length 8
|
||||
|
||||
Reference in New Issue
Block a user