RSS Reader and design update

This commit is contained in:
2024-05-02 18:30:14 +01:00
parent afe2f176c1
commit b5f8196fe5
4 changed files with 65 additions and 7 deletions

View File

@@ -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