summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-25 16:51:44 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-25 16:51:44 +0100
commit27b06f375f457d0c777b6c2dcc5b2700e3109af2 (patch)
tree855128dd9efd2483fb26c33fb2c89bf547acbe25 /dotfiles
parent13f1c294695486374eece10f63d796b11c4a029f (diff)
tmux: tweak statusbar style
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
index a8d935d..9a97d53 100644
--- a/dotfiles/tmux.conf
+++ b/dotfiles/tmux.conf
@@ -34,7 +34,7 @@ set-option -g update-environment "\
set -g status-right "#(hostname -f) %a %F %H:%M"
set -g status-right-length 48
-set -g status-style fg=white,dim,bg=colour23
+set -g status-style fg=colour194,bold,bg=colour23
# source the machine-specific file
if-shell "[ -f ~/.config/tmux_local.conf ]" 'source ~/.config/tmux_local.conf'