@@ -70,18 +70,18 @@ set -ga update-environment FZF_DEFAULT_OPTS
7070# Status Line and Theming
7171# --------------------------------------------------------------------------
7272# Define color variables
73- thm_bg=" default"
74- thm_bg_dark=" default"
75- thm_fg=" #c0caf5 "
76- thm_gray=" #9499b8 "
77- thm_magenta=" #bb9af7 "
78- thm_pink=" #ff007c "
79- thm_green=" #9ece6a "
80- thm_blue=" #2ac3de "
81- thm_black=" #414868 "
82- thm_yellow=" #e0af68 "
83- thm_selected=" #364a82 "
84- thm_match=" #3d59a1 "
73+ thm_bg=" default" # keep, uses terminal/bg
74+ thm_bg_dark=" default" # same
75+ thm_fg=" #c5c8c9 " # light foreground (no-clown-fiesta fg1)
76+ thm_gray=" #7c7f93 " # muted gray
77+ thm_magenta=" #b77ee0 " # violet/purple accent
78+ thm_pink=" #e46876 " # wave red/pink accent
79+ thm_green=" #87a35e " # autumn green
80+ thm_blue=" #7aa89f " # wave aqua (soft teal-blue)
81+ thm_black=" #1b1d26 " # sumiInk background tone
82+ thm_yellow=" #e6c384 " # carp yellow
83+ thm_selected=" #2d353b " # selection (sumiInk3)
84+ thm_match=" #a3d4d5 " # crystal aqua highlight
8585
8686# Enable status line and position it
8787set -g status " on"
@@ -91,10 +91,11 @@ set -g status-style 'fg=white'
9191
9292# Window/pane border styles
9393set -g pane-border-style " fg=#2c2f3d,bg=default"
94- set -g pane-active-border-style " fg=${thm_match } "
94+ set -g pane-active-border-style " fg=${thm_gray } "
9595set -gw pane-border-indicators ' colour'
9696set -g window-status-activity-style " none"
9797set-hook -g -w pane-focus-in " set-option -Fw pane-border-status '#{?#{e|>:#{window_panes},1},top,off}'"
98+ set -g pane-border-format " #H"
9899
99100
100101# Status left: session name
0 commit comments