Catppuccin for alacritty

View on GitHub

Usage

  1. 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
  1. 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