Catppuccin for Alacritty
Usage
- Clone this repository next to your Alacritty config file (usually stored at
~/.config/alacritty/alacritty.yml
), with e.g.
git clone https://github.com/catppuccin/alacritty.git ~/.config/alacritty/catppuccin
- Import the desired flavour config in your
alacritty.yml
:
import:
# uncomment the flavour you want below:
- ~/.config/alacritty/catppuccin/catppuccin-mocha.yml
# - ~/.config/alacritty/catppuccin/catppuccin-macchiato.yml
# - ~/.config/alacritty/catppuccin/catppuccin-frappe.yml
# - ~/.config/alacritty/catppuccin/catppuccin-latte.yml
đ FAQ
- Q: "Help! the colors don't look like in the demo while I'm on Tmux. What do I do?"
A: The solution is two-fold. First, make sure you have the following set in
alacritty.yml
:
env:
TERM: xterm-256color
Second, make sure you have the following in your tmux.conf
:
set -g default-terminal "xterm-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
Now you should be all set!
đ Thanks to
Â
Copyright Š 2021-present Catppuccin Org