RSS Reader and design update
This commit is contained in:
@@ -9,21 +9,21 @@ bind-key b split-window
|
||||
set-window-option -g window-status-style fg=colour244,bg=default,dim
|
||||
|
||||
# active window title colors
|
||||
set-window-option -g window-status-current-style fg=orange,bg=default,bright
|
||||
set-window-option -g window-status-current-style fg=color167,bg=default,bright
|
||||
|
||||
# pane border
|
||||
set-option -g pane-border-style fg=colour236
|
||||
set-option -g pane-active-border-style fg=orange
|
||||
set-option -g pane-active-border-style fg=color167 # orange
|
||||
|
||||
# message text
|
||||
set-option -g message-style bg=colour235,fg=orange
|
||||
set-option -g message-style bg=colour235,fg=color167
|
||||
|
||||
# pane number display
|
||||
set-option -g display-panes-active-colour blue
|
||||
set-option -g display-panes-colour orange
|
||||
set-option -g display-panes-colour color167
|
||||
|
||||
# clock
|
||||
set-window-option -g clock-mode-colour orange
|
||||
set-window-option -g clock-mode-colour color167
|
||||
|
||||
# Leader Key
|
||||
set -g prefix C-a
|
||||
|
||||
Reference in New Issue
Block a user