Skip to content

Commit

Permalink
change: add surface0 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pitblado committed Nov 23, 2024
1 parent e6509d8 commit 1778af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catppuccin.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ tmux set -g status-left "#[fg=${THEME[base]},bg=${THEME[lavender]},bold] #{?clie

#+--- Windows ---+
# Focus
tmux set -g window-status-current-format "$RESET#[fg=${THEME[green]},bg=${THEME[overlay2]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}#[fg=${THEME[text]},bold,nodim]$window_number#W#[nobold]#{?window_zoomed_flag, $zoom_number, $custom_pane}#{?window_last_flag, , }"
tmux set -g window-status-current-format "$RESET#[fg=${THEME[green]},bg=${THEME[suface0]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}#[fg=${THEME[text]},bold,nodim]$window_number#W#[nobold]#{?window_zoomed_flag, $zoom_number, $custom_pane}#{?window_last_flag, , }"
# Unfocused
tmux set -g window-status-format "$RESET#[fg=${THEME[subtext1]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}${RESET}$window_number#W#[nobold,dim]#{?window_zoomed_flag, $zoom_number, $custom_pane}#[fg=${THEME[yellow]}]#{?window_last_flag, , }"
tmux set -g window-status-format "$RESET#[fg=${THEME[text]}] #{?#{==:#{pane_current_command},ssh},󰣀 ,}${RESET}$window_number#W#[nobold,dim]#{?window_zoomed_flag, $zoom_number, $custom_pane}#[fg=${THEME[yellow]}]#{?window_last_flag, , }"

#+--- Bars RIGHT ---+
tmux set -g status-right "$battery_status$current_path$cmus_status$netspeed$git_status$wb_git_status$date_and_time"
Expand Down
1 change: 1 addition & 0 deletions src/themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ case $SELECTED_THEME in
["lavender"]="#b4befe"
["red"]="#f38ba8"
["subtext1"]="#11111b"
["surface0"]="#313244"
["yellow"]="#f9e2af"

["bblack"]="#313244"
Expand Down

0 comments on commit 1778af3

Please sign in to comment.