Catppuccin for Alacritty
Note
Please see the yaml
tag if you need the config in YAML format.
-
Copy the theme files next to your
alacritty.toml
configuration file. See Alacritty's README to see where your config file can be stored, it is usually stored at~/.config/alacritty/alacritty.toml
-
Latte
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-latte.toml
-
Frappé
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-frappe.toml
-
Macchiato
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml
-
Mocha
curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
-
-
Import the desired flavour config in your
alacritty.toml
:general.import = [ # uncomment the flavour you want below: "~/.config/alacritty/catppuccin-latte.toml" # "~/.config/alacritty/catppuccin-frappe.toml" # "~/.config/alacritty/catppuccin-macchiato.toml" # "~/.config/alacritty/catppuccin-mocha.toml" ]
-
Q: "My colours don't look the same as the previews. What do I do?"
A: Make sure you have the following set inalacritty.toml
:[env] TERM = "xterm-256color"
-
Q: "What font have you used in the screenshots above?"
A: Iosevka Term
Copyright © 2021-present Catppuccin Org