Catppuccin for Alacritty
- Copy the contents of
catppuccin.yml
into your Alacritty config file (usually stored at~/.config/alacritty/alacritty.yml
) - Set the line
colors: *macchiato
to match your desired flavour. (latte, frappe, macchiato, mocha)
- 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!
Copyright © 2021-present Catppuccin Org