summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.conf b/tmux.conf
index 87fe03a..f8655bd 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -96,11 +96,11 @@ if-shell -b '[ $(echo "$TMUX_VERSION >= 2.9"| bc) -eq 1 ]' {
# active window title colors
if-shell -b '[ $(echo "$TMUX_VERSION < 2.9"| bc) -eq 1 ]' {
- set-window-option -g window-status-current-fg colour255
- set-window-option -g window-status-current-bg colour208
+ set-window-option -g window-status-current-fg colour220
+ set-window-option -g window-status-current-bg default
}
if-shell -b '[ $(echo "$TMUX_VERSION >= 2.9"| bc) -eq 1 ]' {
- set-window-option -g window-status-current-style 'bg=colour208 fg=colour255'
+ set-window-option -g window-status-current-style 'bg=default fg=colour220'
}
# pane border