
Catppuccin for Fish
Tip
If you're using Fish 4.4.0 or newer, all Catppuccin flavors are already included as theme options in Fish, so you can skip to Step 2 to set your Fish theme to your chosen Catppuccin flavor.
- 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.0 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




