hopefulTex / alacritty

🌴 Soothing pastel theme for Alacritty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for Alacritty

Usage

  1. Copy the contents of catppuccin.yml into your Alacritty config file (usually stored at ~/.config/alacritty/alacritty.yml)
  2. Set the line colors: *macchiato to match your desired flavour. (latte, frappe, macchiato, mocha)

πŸ™‹ 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

About

🌴 Soothing pastel theme for Alacritty

License:MIT License