@@ -190,26 +190,24 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
190
190
191
191
%else
192
192
193
- # The number is the same between "all" and "number".
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}"
194
199
set -g @_ctp_w_number \
195
200
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_default_background}]##I"
196
201
197
202
%if "#{==:#{@catppuccin_window_default_fill},all}"
198
203
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}"
213
211
set -g @_ctp_w_text \
214
212
"#[fg=#{@thm_fg},bg=#{E:@catppuccin_window_default_color}]#{@catppuccin_window_default_text}"
215
213
@@ -258,26 +256,24 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
258
256
259
257
%else
260
258
261
- # The number is the same between "all" and "number".
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}"
262
265
set -g @_ctp_w_number \
263
266
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_current_background}]##I"
264
267
265
268
%if "#{==:#{@catppuccin_window_current_fill},all}"
266
269
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}"
272
270
set -g @_ctp_w_right \
273
271
"#[fg=#{E:@catppuccin_window_current_background},bg=default]#{@catppuccin_window_current_right_separator}"
274
272
set -g @_ctp_w_text \
275
273
"#[fg=#{@thm_crust},bg=#{E:@catppuccin_window_current_background}]#{@catppuccin_window_current_text}"
276
274
277
275
%elif "#{==:#{@catppuccin_window_current_fill},number}"
278
276
279
- set -g @_ctp_w_middle \
280
- "#[fg=#{E:@catppuccin_window_current_background},bg=#{E:@catppuccin_window_current_color}]#{@catppuccin_window_current_middle_separator}"
281
277
set -g @_ctp_w_text \
282
278
"#[fg=#{@thm_fg},bg=#{E:@catppuccin_window_current_color}]#{@catppuccin_window_current_text}"
283
279
0 commit comments