From 6242d683e94d77a206174af167d30959d1746114 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 26 Sep 2024 15:51:54 -0400 Subject: Fix tmx themeing --- tmux/theme.tmux.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'tmux/theme.tmux.conf') diff --git a/tmux/theme.tmux.conf b/tmux/theme.tmux.conf index 7286ff9..f313f68 100644 --- a/tmux/theme.tmux.conf +++ b/tmux/theme.tmux.conf @@ -5,6 +5,25 @@ set -g clock-mode-style 24 set -g monitor-bell on set -g monitor-activity on +# Copy mode + +set -g copy-mode-match-style "bg=color8 fg=color1" +set -g copy-mode-current-match-style "bg=color5 fg=color0" +set -g copy-mode-mark-style "bg=red fg=black" +set -g mode-style "bg=color2 fg=color0" + +# Menus +set -g menu-selected-style "bg=yellow fg=black" # Statusbar set -g status-position top +set -g status-style "fg=color7 dim" + +set -g status-left-length 15 + +set -g status-right "#{user}@#h" + +# Windows +setw -g window-status-current-format " #[bold]#I #[nobold]#W #F " +setw -g window-status-current-style "bg=color5 fg=color0" +setw -g window-status-format " #[nodim]#I #[dim]#W #F " -- cgit v1.2.3