summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-05 00:45:17 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-05 00:45:17 +0200
commit5e9c5b0c0e138ac381218fcce0b9cc97852f85aa (patch)
tree7c230e77b8665a51e138565ced20f9dea5f457be
parent2fd0dbef60da4329fbe21242151d225bef64aabf (diff)
downloaddotfiles-5e9c5b0c0e138ac381218fcce0b9cc97852f85aa.tar.gz
dotfiles-5e9c5b0c0e138ac381218fcce0b9cc97852f85aa.zip
tmux: change color of selected window in status line from orange bg to dark yellow fg
-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