aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-09-10 11:54:28 +0200
committerThomas Schmucker <ts@its1.de>2026-09-10 11:54:28 +0200
commit83e952fceb6fd4edc36637534bf203bfca4e7d73 (patch)
treef26fafa43ada0e8c6b5e3ac7cb3516a5dd4689c1 /tmux/tmux.conf
parentb4bc724ae443a69981b252ca892f00c4e568ba76 (diff)
downloaddotfiles-83e952fceb6fd4edc36637534bf203bfca4e7d73.tar.gz
dotfiles-83e952fceb6fd4edc36637534bf203bfca4e7d73.tar.bz2
dotfiles-83e952fceb6fd4edc36637534bf203bfca4e7d73.zip
tmux: Farbpalette passend eingestellt
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 8a9fa3b..0af366e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -14,8 +14,8 @@ set -g renumber-windows on
14set -g history-limit 10000 14set -g history-limit 10000
15set -g escape-time 0 15set -g escape-time 0
16set -g aggressive-resize on 16set -g aggressive-resize on
17set -g window-status-style fg=black,bg=green,bold 17set -g window-status-style fg=black,bg=green
18set -g window-status-current-style fg=white,bg=brightblue,bold 18set -g window-status-current-style fg=white,bg=darkblue,bold
19set -g mode-keys vi 19set -g mode-keys vi
20set -g focus-events on 20set -g focus-events on
21 21