From c5ba84c6793bcea23dc7596542e89744f2485ea6 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 24 Jul 2025 17:43:53 +0200 Subject: [PATCH] Change theme to Catppuccin Mocha --- starship/.config/starship.toml | 2 +- sway/.config/sway/config | 4 ++-- tmux/.tmux.conf | 2 +- vim/.vimrc | 2 +- waybar/.config/waybar/style.css | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 4cf37d9..e667550 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -69,7 +69,7 @@ $azure """ # Sets user-defined palette -palette = "catppuccin_frappe" +palette = "catppuccin_mocha" # palette tables should be last in the config ⚓️ [palettes.catppuccin_macchiato] diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 5ee0945..d437a25 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -1,7 +1,7 @@ ### Variables # # Logo key. Use Mod1 for Alt. -set $mod Mod1 +set $mod Mod4 # Home row direction keys, like vim set $left h @@ -25,7 +25,7 @@ set $notification 'mako' set $bar 'waybar' # Set theme -include themes/catppuccin-frappe +include themes/catppuccin-mocha # target title bg text indicator border client.focused $lavender $base $text $rosewater $lavender diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 194e985..2f6f87b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -24,7 +24,7 @@ set -g @plugin 'catppuccin/tmux' set-option -g @plugin 'b0o/tmux-autoreload' # Customizing Catppuccin theme -set -g @catppuccin_flavour 'frappe' +set -g @catppuccin_flavour 'mocha' set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_right_separator " " set -g @catppuccin_window_middle_separator " █" diff --git a/vim/.vimrc b/vim/.vimrc index 16f35e7..b976766 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -3,7 +3,7 @@ " ---------------------------------------- set termguicolors " Enable true color support -colorscheme catppuccin_frappe " Use the frappe variant (dark theme) +colorscheme catppuccin_mocha " Use the mocha variant (dark theme) " Optional: Lightline support (if installed) let g:lightline = { 'colorscheme': 'catppuccin_frappe' } diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 89dbde8..8343fd8 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -1,4 +1,4 @@ -@import "themes/frappe.css"; +@import "themes/mocha.css"; * { font-family: FiraCode Nerd Font;