Skip to content

Commit 7d6a128

Browse files
committed
feat!: rebalance the colors used, and follow the styleguide
1 parent c4c60b5 commit 7d6a128

10 files changed

+18
-18
lines changed

catppuccin_options_tmux.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -ogq @catppuccin_flavor "mocha"
88
set -ogq @catppuccin_status_background "default"
99

1010
# Menu styling options
11-
set -ogq @catppuccin_menu_selected_style "fg=#{@thm_surface_0},bg=#{@thm_yellow}"
11+
set -ogq @catppuccin_menu_selected_style "fg=#{@thm_fg},bold,bg=#{@thm_overlay_0}"
1212

1313
# Pane styling options
1414
set -ogq @catppuccin_pane_status_enabled "no" # set to "yes" to enable
@@ -32,7 +32,7 @@ set -ogq @catppuccin_window_default_background "#{@thm_overlay_2}"
3232
set -ogq @catppuccin_window_default_text " #T"
3333
set -ogq @catppuccin_window_current_fill "number"
3434
set -ogq @catppuccin_window_current_color "#{@thm_surface_1}"
35-
set -ogq @catppuccin_window_current_background "#{@thm_peach}"
35+
set -ogq @catppuccin_window_current_background "#{@thm_mauve}"
3636
set -ogq @catppuccin_window_current_text " #T"
3737
set -ogq @catppuccin_window_number_position "left"
3838
set -ogq @catppuccin_window_status "none"

catppuccin_tmux.conf

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source -F "#{d:current_file}/themes/catppuccin_#{@catppuccin_flavor}_tmux.conf"
22

33
%if "#{==:#{@catppuccin_status_background},default}"
4-
set -gF @_ctp_status_bg "#{@thm_surface_1}"
4+
set -gF @_ctp_status_bg "#{@thm_mantle}"
55
set -gF status-style "bg=#{@_ctp_status_bg},fg=#{@thm_fg}"
66

7-
%hidden CTP_MESSAGE_BACKGROUND="#{@thm_surface_0}"
7+
%hidden CTP_MESSAGE_BACKGROUND="#{@thm_overlay_0}"
88
%elif "#{==:#{@catppuccin_status_background},none}"
99
set -g status-style "default"
1010
set -g @_ctp_status_bg "none"
@@ -35,8 +35,8 @@ source -F "#{d:current_file}/status/user.conf"
3535
source -F "#{d:current_file}/status/weather.conf"
3636

3737
# 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"
4040

4141
# menu
4242
%if "#{>=:#{version},3.4}"
@@ -154,7 +154,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
154154

155155
# window status
156156
%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}"
158158
set -gF window-status-bell-style "bg=#{@thm_yellow},fg=#{@thm_crust}"
159159

160160
# "internal" variables are kept as @_ctp_w_.*
@@ -311,7 +311,7 @@ set -ogqF @catppuccin_window_current_right_separator "#{@catppuccin_window_right
311311
set -ug @_ctp_w_flags
312312
%endif
313313

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}"
317317

status/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%hidden MODULE_NAME="application"
33

44
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
5-
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_pink}"
5+
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_maroon}"
66
set -ogq "@catppuccin_${MODULE_NAME}_text" "#{pane_current_command}"
77

88
source -F "#{d:current_file}/../utils/status_module.conf"

status/date_time.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%hidden MODULE_NAME="date_time"
33

44
set -ogq "@catppuccin_${MODULE_NAME}_icon" "󰃰 "
5-
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_blue}"
5+
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_sapphire}"
66
set -ogq "@catppuccin_${MODULE_NAME}_text" "%Y-%m-%d %H:%M"
77

88
source -F "#{d:current_file}/../utils/status_module.conf"

status/directory.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%hidden MODULE_NAME="directory"
33

44
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
5-
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_pink}"
5+
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_rosewater}"
66
set -ogq "@catppuccin_${MODULE_NAME}_text" "#{b:pane_current_path}"
77

88
source -F "#{d:current_file}/../utils/status_module.conf"

status/gitmux.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Requires https://github.com/arl/gitmux
55
set -ogq "@catppuccin_${MODULE_NAME}_icon" "󰊢 "
6-
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{@thm_green}"
6+
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{@thm_teal}"
77
set -gq "@catppuccin_${MODULE_NAME}_text" '#(gitmux "#{pane_current_path}")'
88

99
source -F "#{d:current_file}/../utils/status_module.conf"

tests/application_module_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@catppuccin_status_application #[fg=#f5c2e7,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f5c2e7] #[fg=#f5c2e7,bg=#45475a]#[fg=#cdd6f4] #{E:@catppuccin_application_text}#[fg=#45475a]█
1+
@catppuccin_status_application #[fg=#eba0ac,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#eba0ac] #[fg=#eba0ac,bg=#181825]#[fg=#cdd6f4] #{E:@catppuccin_application_text}#[fg=#181825]█

tests/battery_module_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@catppuccin_status_battery #[fg=#f9e2af,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f9e2af]#{l:#{battery_icon}} #[fg=#f9e2af,bg=#45475a]#[fg=#cdd6f4] #{E:@catppuccin_battery_text}#[fg=#45475a]█
1+
@catppuccin_status_battery #[fg=#f9e2af,nobold,nounderscore,noitalics]#[fg=#11111b,bg=#f9e2af]#{l:#{battery_icon}} #[fg=#f9e2af,bg=#181825]#[fg=#cdd6f4] #{E:@catppuccin_battery_text}#[fg=#181825]█

tests/cpu_module_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
E:@catppuccin_status_cpu #[fg=#{cpu_bg_color},nobold,nounderscore,noitalics]#[fg=#11111b,bg=#{cpu_bg_color}] #[fg=#{cpu_bg_color},bg=#45475a]#[fg=#cdd6f4] #{cpu_percentage}#[fg=#45475a]█
1+
E:@catppuccin_status_cpu #[fg=#{cpu_bg_color},nobold,nounderscore,noitalics]#[fg=#11111b,bg=#{cpu_bg_color}] #[fg=#{cpu_bg_color},bg=#181825]#[fg=#cdd6f4] #{cpu_percentage}#[fg=#181825]█

tests/default_options_expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@catppuccin_flavor mocha
2-
@catppuccin_menu_selected_style fg=#{@thm_surface_0},bg=#{@thm_yellow}
2+
@catppuccin_menu_selected_style fg=#{@thm_fg},bold,bg=#{@thm_overlay_0}
33
@catppuccin_pane_active_border_style ##{?pane_in_mode,fg=#{@thm_lavender},##{?pane_synchronized,fg=#{@thm_mauve},fg=#{@thm_lavender}}}

0 commit comments

Comments
 (0)