aboutsummaryrefslogtreecommitdiffhomepage
path: root/home-manager/config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/tmux/tmux.conf')
-rw-r--r--home-manager/config/tmux/tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf
index 3b7f9b8..dd8ab2f 100644
--- a/home-manager/config/tmux/tmux.conf
+++ b/home-manager/config/tmux/tmux.conf
@@ -10,19 +10,19 @@ set-option -ga terminal-overrides ',tmux-256color:RGB'
# APPEARANCE {{{2
set-option -g status-justify left
-set-option -g status-style 'fg=#b1b1c8 bg=#101020'
+set-option -g status-style 'fg=white bg=black'
set-option -g status-left '#{?#{==:#{pane_mode},copy-mode},#[bg=#deab52] ,#[bg=#6e6eff] }'
set-option -g status-left-length 20
-set-option -g status-left-style 'fg=#101020 bold'
+set-option -g status-left-style 'fg=black bold'
set-option -g status-position top
set-option -g status-right ' %F (%a) %R ' # Example: 2006-01-02 (Mon) 15:04
set-option -g status-right-length 25
-set-option -g status-right-style 'fg=#b1b1c8 bg=#353535'
+set-option -g status-right-style 'fg=#b1b1b1 bg=#353535'
set-option -g window-status-separator ''
set-option -g window-status-format ' #W '
-set-option -g window-status-style 'fg=#8686bf bg=#101020'
+set-option -g window-status-style 'fg=#868686 bg=black'
set-option -g window-status-current-format ' #W '
-set-option -g window-status-current-style 'fg=#b1b1c8 bg=#353535'
+set-option -g window-status-current-style 'fg=#b1b1b1 bg=#353535 bold'
set-option -g pane-border-lines single