From 1e12e5275151966beb214191914c767511917d88 Mon Sep 17 00:00:00 2001 From: Mark Pitblado Date: Fri, 22 Nov 2024 23:31:50 -0800 Subject: [PATCH] change: try rosewater for the session box --- catppuccin.tmux | 2 +- src/themes.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/catppuccin.tmux b/catppuccin.tmux index b588d52..1642706 100755 --- a/catppuccin.tmux +++ b/catppuccin.tmux @@ -54,7 +54,7 @@ battery_status="#($SCRIPTS_PATH/battery-widget.sh)" #+--- Bars LEFT ---+ # Session name -tmux set -g status-left "#[fg=${THEME[black]},bg=${THEME[magenta]},bold] #{?client_prefix,󰠠 ,#[dim] }#[bold,nodim]#S " +tmux set -g status-left "#[fg=${THEME[background]},bg=${THEME[rosewater]},bold] #{?client_prefix,󰠠 ,#[dim] }#[bold,nodim]#S " #+--- Windows ---+ # Focus diff --git a/src/themes.sh b/src/themes.sh index 149856b..e9b966c 100644 --- a/src/themes.sh +++ b/src/themes.sh @@ -86,6 +86,7 @@ case $SELECTED_THEME in ["cyan"]="#89dceb" # Sky ["green"]="#a6e3a1" ["magenta"]="#f5c2e7" + ["rosewater"]="#f5e0dc" ["red"]="#f38ba8" ["white"]="#11111b" ["yellow"]="#f9e2af"