Skip to content

Commit d34ae97

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

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

catppuccin_options_tmux.conf

Lines changed: 2 additions & 2 deletions
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

Lines changed: 7 additions & 7 deletions
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}"
@@ -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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)