# alacritty **Repository Path**: dkdmg/alacritty ## Basic Information - **Project Name**: alacritty - **Description**: 配置 Alacritty - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-17 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Logo
Catppuccin for Alacritty

## Previews
🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha
## Usage > [!NOTE] > Please see the [`yaml`](https://github.com/catppuccin/alacritty/tree/yaml) tag if you need the config in YAML format. 1. Copy the theme files next to your `alacritty.toml` configuration file. See [Alacritty's README](https://github.com/alacritty/alacritty#configuration) to see where your config file can be stored, it is usually stored at `~/.config/alacritty/alacritty.toml` - Latte ```shell curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-latte.toml ``` - Frappé ```shell curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-frappe.toml ``` - Macchiato ```shell curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml ``` - Mocha ```shell curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml ``` 2. Import the desired flavour config in your `alacritty.toml`: ```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" ] ``` ## 🙋 FAQ - Q: **_"My colours don't look the same as the previews. What do I do?"_**\ A: Make sure you have the following set in `alacritty.toml`: ```toml [env] TERM = "xterm-256color" ``` - Q: **_"What font have you used in the screenshots above?"_**\ A: [Iosevka Term](https://typeof.net/Iosevka/) ## 💝 Thanks to - [VictorTennekes](https://github.com/VictorTennekes) - [Andreas Grafen](https://github.com/andreasgrafen)  

Copyright © 2021-present Catppuccin Org