Skip to content

Commit

Permalink
change: try rosewater for the session box
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pitblado committed Nov 23, 2024
1 parent ded3e1a commit 1e12e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ case $SELECTED_THEME in
["cyan"]="#89dceb" # Sky
["green"]="#a6e3a1"
["magenta"]="#f5c2e7"
["rosewater"]="#f5e0dc"
["red"]="#f38ba8"
["white"]="#11111b"
["yellow"]="#f9e2af"
Expand Down

0 comments on commit 1e12e52

Please sign in to comment.