
Catppuccin for Fish
- Install with a plugin manager (see below) or manually by placing the theme file of your choice from
themes/under~/.config/fish/themes/.
fisher install catppuccin/fish- Set your Fish theme to your chosen flavor in
~/.config/fish/config.fish:
fish_config theme choose "Catppuccin Frappe"
fish_config theme choose "Catppuccin Macchiato"
fish_config theme choose "Catppuccin Mocha"
# or if you only want dark mode:
fish_config theme choose "Catppuccin Frappe" --color-theme=dark
fish_config theme choose "Catppuccin Macchiato" --color-theme=dark
fish_config theme choose "Catppuccin Mocha" --color-theme=darkNote
If you are upgrading Fish to 4.3.0 or newer from an older version, it is recommended to remove the ~/.config/fish/conf.d/fish_frozen_theme.fish file, to ensure you have a clean theme setting so Fish can properly apply the light or dark variant of your chosen theme. See Fish's release notes for 4.3 for more details about the migration.
If you're using Fish 4.2 or earlier, or simply don't want to use the dynamic theme switching added in Fish 4.3, you can find static single-theme files in themes/static/. Install these manually into ~/.config/fish/themes/ and activate them with fish_config theme choose "..." as described above.
- Q: Where's the Latte theme?
A: All three themes contain Latte as the light variant. Install any of them, and then set your system or terminal theme to light mode. Alternatively, run the following command:to force Fish to use light mode.fish_config theme choose "Catppuccin Mocha" --color-theme=light
Β
Copyright Β© 2021-present Catppuccin Org




