summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-20 20:57:51 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-09-20 20:57:51 +0200
commit4fd170aa9d55b7bcd1f0a9445c9e136b560e3220 (patch)
tree4388f93c6df933a3d5b3ec12cacd61b3d7437b54 /.config/tmux/tmux.conf
parentb5295382f4156541f396f6d6410d521baf43f435 (diff)
Change tmux bg as well
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index f67770c..6430b97 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=#151716,fg=white
+set-option -g status-style bg=#151515,fg=white
set-option -g automatic-rename on
set-option -g renumber-windows on
set-option -g status-left ""
-set -ga status-left '#[bg=#151716]#[fg=white] #{?window_zoomed_flag,, }'
+set -ga status-left '#[bg=#151515]#[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=#151716] #{window_index}#(echo ':')#{window_name}#{window_flag} "
+set-option -g window-status-format " #[fg=#202020] #{window_index}#(echo ':')#{window_name}#{window_flag} "
+set-option -g window-status-current-format " #[bold bg=#151515] #{window_index}#(echo ':')#{window_name}#{window_flag} "
#set -g default-terminal screen-256color
set -g status-keys vi