10000 GitHub - justTOBBI/ctp-alacritty: 🌴 Soothing pastel theme for Alacritty
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

justTOBBI/ctp-alacritty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Alacritty

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

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/themes/catppuccin-mocha.yml
#  - ~/.config/alacritty/catppuccin/themes/catppuccin-macchiato.yml
#  - ~/.config/alacritty/catppuccin/themes/catppuccin-frappe.yml
#  - ~/.config/alacritty/catppuccin/themes/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

About

🌴 Soothing pastel theme for Alacritty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0