From 034c051d6da3c95ab21b85999964e253c0450145 Mon Sep 17 00:00:00 2001 From: whitney Date: Tue, 10 Sep 2024 21:43:53 -0700 Subject: [PATCH] Update tmux theme --- tmux/tmux.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 22eefbd..f9deda5 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -6,23 +6,23 @@ # Window set -g set-titles on -set -g set-titles-string '#W - Tmux' +set -g set-titles-string '#W - tmux' set-option -g base-index 1 -set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold" set-option -g window-status-style "bg=#1b1f32,fg=#9094a7" +set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold" # Pane set -g pane-base-index 1 -set -g pane-border-style "bg=#1b1f32,fg=#51587b" -set -g pane-active-border-style "bg=#1b1f32,fg=#67c9e4" +set -g pane-border-style "bg=#1b1f32,fg=#99e9ff" +set -g pane-active-border-style "bg=#1b1f32,fg=#8b9efd" # Status Bar -set-option -g status-style "bg=#7289fd" -set -g status-position top +set-option -g status-style "bg=#51587b" +set -g status-position bottom set -g status-left-length 40 set -g status-right-length 100 -set -g status-left "#[fg=#252a41]#S #[bg=#7289fd]" -set -g status-right "#[fg=#252a41]#(date +'%H:%M') #[bg=#7289fd]" +set -g status-left "#[fg=#75d5f0]#S #[bg=#252a41] " +set -g status-right "#[fg=#444b6f]#(date +'%H:%M') #[bg=#5e6587]" ### Functionality