From 3a8df65b8772658584f7ac26504469d46cfc04a7 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 7 Mar 2026 12:16:48 +0100 Subject: Update --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 96c417a..764da37 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,7 +15,7 @@ set -g renumber-windows on set -g status-bg '#222222' set -g status-fg '#ffffff' -set -g window-status-current-format "#[fg=#000000]#[bg=#cccccc]#[fg=#000000]#[bg=#cccccc] #I:#W #[fg=#000000]#[bg=#cccccc]" +set -g window-status-current-format "#[fg=#000000]#[bg=#bbbbbb]#[fg=#000000]#[bg=#bbbbbb] #I:#W #[fg=#000000]#[bg=#bbbbbb]" bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xsel -i --clipboard" -- cgit v1.2.3