aboutsummaryrefslogtreecommitdiff
path: root/etc/tmux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-12 19:03:37 -0300
committerEuAndreh <eu@euandre.org>2022-08-12 19:03:37 -0300
commit9da0cf603c8fd357b79e469d627354ee35a057c8 (patch)
treef46b1593ad6b18acd9e494bc1ee874c1a7295fe3 /etc/tmux
parentetc/xmonad/: Remove xmonad configuration files (diff)
downloaddotfiles-9da0cf603c8fd357b79e469d627354ee35a057c8.tar.gz
dotfiles-9da0cf603c8fd357b79e469d627354ee35a057c8.tar.xz
etc/tmux/tmux.conf: Increase contrast of status bar
Diffstat (limited to 'etc/tmux')
-rw-r--r--etc/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/tmux/tmux.conf b/etc/tmux/tmux.conf
index dd718ca..cd2ec6b 100644
--- a/etc/tmux/tmux.conf
+++ b/etc/tmux/tmux.conf
@@ -47,8 +47,8 @@ bind-key b setw synchronize-panes \; display-message "synchronize-panes toggle"
setw -g mode-keys vi # Move around with vi keys
set-option -g status-key "vi" # Use vi mode for status bar command (like after typing "C-x [" one can search with "/")
-set-option -g status-bg "#666666" # Status bar background color
-set-option -g status-fg "#aaaaaa" # Status bar foreground color
+set-option -g status-bg "#333333" # Status bar background color
+set-option -g status-fg "#ffffff" # Status bar foreground color
set-option -g status-left-length 50 # session name in status bar length =[annex]= part
set-option -g history-limit 150000 # How many lines of history to keep
set-option -g status-right ""