diff --git a/catppuccin.conf b/catppuccin.conf index 6f0455c..5e0b2a5 100644 --- a/catppuccin.conf +++ b/catppuccin.conf @@ -4,7 +4,7 @@ # --> Catppuccin thm_bg="#1e1e28" thm_fg="#d7dae0" -thm_white="#c2e7f0" +thm_cyan="#c2e7f0" thm_black="#15121c" thm_gray="#2d293b" thm_magenta="#c6aae8" @@ -27,8 +27,8 @@ set -g status-left-length "100" set -g status-right-length "100" # messages -set -g message-style fg="${thm_white}",bg="${thm_gray}",align="centre" -set -g message-command-style fg="${thm_white}",bg="${thm_gray}",align="centre" +set -g message-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" +set -g message-command-style fg="${thm_cyan}",bg="${thm_gray}",align="centre" # panes set -g pane-border-style fg="${thm_gray}" @@ -46,7 +46,7 @@ set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics] # current_dir setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} " -setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_white,bg=$thm_bg] #{b:pane_current_path} " +setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} " # parent_dir/current_dir # setw -g window-status-format "#[fg=colour232,bg=colour111] #I #[fg=colour222,bg=colour235] #(echo "#{pane_current_path}" | rev | cut -d'/' -f-2 | rev) "