summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-13 19:51:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-13 19:51:25 +0200
commit4c1f9abc73b7d6aaa578d0a6637cd83c5ab951d3 (patch)
tree6258f25b976753772bf4bd41d73c21cb79f461df /.config/tmux/tmux.conf
parent541a0d559b6237e4b01b0284defcb6e444b0cfe3 (diff)
Update tmux bg color to lighter tone
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 5ef096c..dc91613 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -12,14 +12,14 @@ set -ga terminal-overrides ',*256col*:Tc'
# Status line
set -g status on
-set-option -g status-style bg=#0D0D0D,fg=white
+set-option -g status-style bg=#111111,fg=white
set-option -g automatic-rename on
set-option -g renumber-windows on
set-option -g status-left ""
-set -ga status-left '#[bg=#0D0D0D]#[fg=white] #{?window_zoomed_flag,, }'
+set -ga status-left '#[bg=#111111]#[fg=white] #{?window_zoomed_flag,, }'
set-option -g status-right ""
set-option -g window-status-format " #[fg=#303030] #{window_index}#(echo ':')#{window_name}#{window_flag} "
-set-option -g window-status-current-format " #[bold bg=#0D0D0D] #{window_index}#(echo ':')#{window_name}#{window_flag} "
+set-option -g window-status-current-format " #[bold bg=#111111] #{window_index}#(echo ':')#{window_name}#{window_flag} "
#set -g default-terminal screen-256color
set -g status-keys vi