From 48134d3461b29ef5be7ef0f3c589c5cf9bd1cce5 Mon Sep 17 00:00:00 2001 From: scbj Date: Tue, 3 Jun 2025 16:09:25 +0200 Subject: [PATCH] (tmux) theme: changed display color for time in status line --- tmux/.config/tmux/themes/zegonix.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.config/tmux/themes/zegonix.conf b/tmux/.config/tmux/themes/zegonix.conf index 926df35..a4232d6 100644 --- a/tmux/.config/tmux/themes/zegonix.conf +++ b/tmux/.config/tmux/themes/zegonix.conf @@ -32,11 +32,12 @@ set -g @light-green "#8CCF5A" set -g @magenta "#E02482" set -g @light-magenta "#F060B0" set -g @light-yellow "#F1EA92" +set -g @lilac "#C09CE8" # format strings set -g status-left " ( #[fg=#{@light-blue}]#S#[fg=#{@white}] ) : " -set -g status-right "#[fg=#{@white}] ( #[fg=#{@light-yellow}]%Y-%m-%d #[fg=#{@white}]//#[fg=#{@light-yellow}] %H:%M #[fg=#{@white}]) " +set -g status-right "#[fg=#{@white}] ( #[fg=#{@light-yellow}]%Y-%m-%d #[fg=#{@white}]//#[fg=#{@lilac}] %H:%M #[fg=#{@white}]) " setw -g window-status-format " #[fg=#{@green}]#I#[fg=#{@white}]_#[fg=#{@green}]#W#[fg=#{@white}] " setw -g window-status-current-format "[ #[fg=#{@light-green}]#I#[fg=#{@white}]_#[fg=#{@light-green}]#W#[fg=#{@white}] ]" setw -g window-status-separator ""