From 6ccdedbea691c020c6bbe332139756b54dcb6266 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 20 Apr 2024 19:34:10 +0200 Subject: [PATCH] feat(tmux): build my own catppuccin like theme --- tmux/tmux.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9b35810..a75bcab 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -57,16 +57,16 @@ set -g pane-active-border-style "fg=white,bg=default" # Bar Left set -g status-left-length 100 -set -ga status-left "#[fg=white,nobold] " -set -g status-left "#[fg=blue,bold] #S #(gitmux -timeout 500ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭ " # session name +set -ga status-left "#[fg=white,nobold]" +set -g status-left "#[fg=#84AEF0,bg=default]#[fg=#000000,bg=#84AEF0,bold]#S#[fg=#84aef0,bg=default]#[fg=white,bg=default] #(gitmux -timeout 500ms -cfg $HOME/.gitmux.conf)#[fg=white] ❭ " # session name # Bar Right set -g status-right-length 100 set -g status-right "#{now_playing} " # Windows -set -g window-status-current-format "#[fg=magenta,bold,bg=default] #I #W #{?window_zoomed_flag,,}" -set -g window-status-separator "" -set -g window-status-format "#[fg=white,bg=default] #I #W #{?window_bell_flag,,}" +set -g window-status-current-format "#[fg=magenta,bg=default]#[fg=#000000,bold,bg=magenta]#I#[fg=magenta,bg=#303042] #[fg=white,bg=#303042]#W#{?window_zoomed_flag, ,}#[fg=#303042,bg=default]" +set -g window-status-separator " " +set -g window-status-format "#[fg=#000000,bg=default]#[fg=white,bg=#000000]#I#[fg=#000000,bg=#303042] #[fg=white,bg=#303042]#W#{?window_bell_flag,,}#[fg=#303042,bg=default]" # Change the default delay set -sg escape-time 0