|
1 | 1 | source -F "#{d:current_file}/themes/catppuccin_#{@catppuccin_flavor}_tmux.conf"
|
2 | 2 |
|
3 | 3 | %if "#{==:#{@catppuccin_status_background},default}"
|
4 |
| - set -gF @_ctp_status_bg "#{@thm_surface_1}" |
| 4 | + set -gF @_ctp_status_bg "#{@thm_mantle}" |
5 | 5 | set -gF status-style "bg=#{@_ctp_status_bg},fg=#{@thm_fg}"
|
6 | 6 |
|
7 |
| - %hidden CTP_MESSAGE_BACKGROUND="#{@thm_surface_0}" |
| 7 | + %hidden CTP_MESSAGE_BACKGROUND="#{@thm_overlay_0}" |
8 | 8 | %elif "#{==:#{@catppuccin_status_background},none}"
|
9 | 9 | set -g status-style "default"
|
10 | 10 | set -g @_ctp_status_bg "none"
|
@@ -35,8 +35,8 @@ source -F "#{d:current_file}/status/user.conf"
|
35 | 35 | source -F "#{d:current_file}/status/weather.conf"
|
36 | 36 |
|
37 | 37 | # messages
|
38 |
| -set -gF message-style "fg=#{@thm_sky},bg=$CTP_MESSAGE_BACKGROUND,align=centre" |
39 |
| -set -gF message-command-style "fg=#{@thm_sky},bg=$CTP_MESSAGE_BACKGROUND,align=centre" |
| 38 | +set -gF message-style "fg=#{@thm_teal},bg=$CTP_MESSAGE_BACKGROUND,align=centre" |
| 39 | +set -gF message-command-style "fg=#{@thm_teal},bg=$CTP_MESSAGE_BACKGROUND,align=centre" |
40 | 40 |
|
41 | 41 | # menu
|
42 | 42 | %if "#{>=:#{version},3.4}"
|
@@ -154,7 +154,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
|
154 | 154 |
|
155 | 155 | # window status
|
156 | 156 | %if "#{!=:#{@catppuccin_window_status_style},none}"
|
157 |
| - set -gF window-status-activity-style "bg=#{@thm_yellow},fg=#{@thm_crust}" |
| 157 | + set -gF window-status-activity-style "bg=#{@thm_lavender},fg=#{@thm_crust}" |
158 | 158 | set -gF window-status-bell-style "bg=#{@thm_yellow},fg=#{@thm_crust}"
|
159 | 159 |
|
160 | 160 | # "internal" variables are kept as @_ctp_w_.*
|
@@ -311,7 +311,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
|
311 | 311 | set -ug @_ctp_w_flags
|
312 | 312 | %endif
|
313 | 313 |
|
314 |
| -# modes |
315 |
| -set -wF mode-style "fg=#{@thm_pink},bg=#{@thm_surface_2},bold" |
316 |
| -set -wF clock-mode-colour "#{@thm_blue}" |
| 314 | +# Mode style. This is used for copy mode highlighting to style the current selection. |
| 315 | +set -gF mode-style "bg=#{@thm_surface_0},bold" |
| 316 | +set -gF clock-mode-colour "#{@thm_blue}" |
317 | 317 |
|
0 commit comments