An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/alacritty

🌴 Soothing pastel theme for Alacritty
https://github.com/catppuccin/alacritty

alacritty alacritty-colorscheme alacritty-config alacritty-theme catppuccin fancy hacktoberfest pastel-colors theme

Last synced: about 2 months ago
JSON representation

🌴 Soothing pastel theme for Alacritty

Awesome Lists containing this project

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