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
- Host: GitHub
- URL: https://github.com/catppuccin/alacritty
- Owner: catppuccin
- License: mit
- Created: 2021-11-11T18:53:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T05:34:37.000Z (about 1 year ago)
- Last Synced: 2024-09-09T06:48:59.181Z (about 1 year ago)
- Topics: alacritty, alacritty-colorscheme, alacritty-config, alacritty-theme, catppuccin, fancy, hacktoberfest, pastel-colors, theme
- Homepage:
- Size: 4.38 MB
- Stars: 562
- Watchers: 7
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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