@@ -190,24 +190,26 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
190
190
191
191
%else
192
192
193
- # The left and middle separators are the same between "all" and "number".
194
- # The number is the same as well.
195
- set -g @_ctp_w_left \
196
- "#[fg=#{E:@catppuccin_window_default_background},bg=default]#{@catppuccin_window_left_separator}"
197
- set -g @_ctp_w_middle \
198
- "#[fg=#{E:@catppuccin_window_default_background},bg=#{E:@catppuccin_window_default_color}]#{@catppuccin_window_middle_separator}"
193
+ # The number is the same between "all" and "number".
199
194
set -g @_ctp_w_number \
200
195
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_default_background}]##I"
201
196
202
197
%if "#{==:#{@catppuccin_window_default_fill},all}"
203
198
199
+ set -g @_ctp_w_left \
200
+ "#[fg=#{E:@catppuccin_window_default_background},bg=default]#{@catppuccin_window_left_separator}"
201
+ # Inherit colors from text or number
202
+ set -g @_ctp_w_middle \
203
+ "#{@catppuccin_window_current_middle_separator}"
204
204
set -g @_ctp_w_right \
205
205
"#[fg=#{E:@catppuccin_window_default_background},bg=default]#{@catppuccin_window_right_separator}"
206
206
set -g @_ctp_w_text \
207
207
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_default_background}]#{@catppuccin_window_default_text}"
208
208
209
209
%elif "#{==:#{@catppuccin_window_default_fill},number}"
210
210
211
+ set -g @_ctp_w_middle \
212
+ "#[fg=#{E:@catppuccin_window_default_background},bg=#{E:@catppuccin_window_default_color}]#{@catppuccin_window_middle_separator}"
211
213
set -g @_ctp_w_text \
212
214
"#[fg=#{@thm_fg},bg=#{E:@catppuccin_window_default_color}]#{@catppuccin_window_default_text}"
213
215
@@ -256,24 +258,26 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
256
258
257
259
%else
258
260
259
- # The left and middle separators are the same between "all" and "number".
260
- # The number is the same as well.
261
- set -g @_ctp_w_left \
262
- "#[fg=#{E:@catppuccin_window_current_background},bg=default]#{@catppuccin_window_current_left_separator}"
263
- set -g @_ctp_w_middle \
264
- "#[fg=#{E:@catppuccin_window_current_background},bg=#{E:@catppuccin_window_current_color}]#{@catppuccin_window_current_middle_separator}"
261
+ # The number is the same between "all" and "number".
265
262
set -g @_ctp_w_number \
266
263
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_current_background}]##I"
267
264
268
265
%if "#{==:#{@catppuccin_window_current_fill},all}"
269
266
267
+ set -g @_ctp_w_left \
268
+ "#[fg=#{E:@catppuccin_window_current_background},bg=default]#{@catppuccin_window_current_left_separator}"
269
+ # Inherit colors from text or number
270
+ set -g @_ctp_w_middle \
271
+ "#{@catppuccin_window_current_middle_separator}"
270
272
set -g @_ctp_w_right \
271
273
"#[fg=#{E:@catppuccin_window_current_background},bg=default]#{@catppuccin_window_current_right_separator}"
272
274
set -g @_ctp_w_text \
273
275
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_current_background}]#{@catppuccin_window_current_text}"
274
276
275
277
%elif "#{==:#{@catppuccin_window_current_fill},number}"
276
278
279
+ set -g @_ctp_w_middle \
280
+ "#[fg=#{E:@catppuccin_window_current_background},bg=#{E:@catppuccin_window_current_color}]#{@catppuccin_window_current_middle_separator}"
277
281
set -g @_ctp_w_text \
278
282
"#[fg=#{@thm_fg},bg=#{E:@catppuccin_window_current_color}]#{@catppuccin_window_current_text}"
279
283
0 commit comments