All Projects → catppuccin → alacritty

catppuccin / alacritty

Licence: MIT license
🌴 Soothing pastel theme for Alacritty

Projects that are alternatives of or similar to alacritty

alacritty-themes
🌈 🍭 Themes 🍬 😍 for Alacritty: A cross-platform GPU-accelerated Terminal emulator
Stars: ✭ 293 (+90.26%)
Mutual labels:  alacritty, alacritty-theme, alacritty-colorscheme
github
🐈‍⬛ Soothing pastel theme for GitHub
Stars: ✭ 145 (-5.84%)
Mutual labels:  fancy, pastel-colors, catppuccin
palette
🎨 Soothing pastel theme to use within your projects!
Stars: ✭ 50 (-67.53%)
Mutual labels:  fancy, pastel-colors, catppuccin
dotfiles
Dotfiles generator that allows quick configuration of different window managers in multiple OSs
Stars: ✭ 36 (-76.62%)
Mutual labels:  alacritty, alacritty-theme, alacritty-config
kitty
😽 Soothing pastel theme for Kitty
Stars: ✭ 121 (-21.43%)
Mutual labels:  fancy, catppuccin
flate
🌈 Colorful dark themes
Stars: ✭ 35 (-77.27%)
Mutual labels:  alacritty, alacritty-theme
catppuccin
😸 Soothing pastel theme for the high-spirited!
Stars: ✭ 2,046 (+1228.57%)
Mutual labels:  fancy, catppuccin
dotfiles
❤ ~/.🛠🐈 the daily jam 🍞🥜🍇🍞
Stars: ✭ 55 (-64.29%)
Mutual labels:  alacritty, alacritty-config
nvim
🍨 Soothing pastel theme for NeoVim
Stars: ✭ 659 (+327.92%)
Mutual labels:  fancy, catppuccin
Materialfancybuttons
Beautiful Fancy Button on endorphins.
Stars: ✭ 111 (-27.92%)
Mutual labels:  fancy
dotfiles
Personal dotfiles for macOS and Manjaro.
Stars: ✭ 20 (-87.01%)
Mutual labels:  alacritty
Atom Terminal Panel
Advanced terminal interface for Atom editor
Stars: ✭ 95 (-38.31%)
Mutual labels:  fancy
Docat
Host your docs. Simple. Versioned. Fancy.
Stars: ✭ 115 (-25.32%)
Mutual labels:  fancy
dotfiles
💾 personal configuration files
Stars: ✭ 42 (-72.73%)
Mutual labels:  alacritty
Fancy Flutter Alert Dialog
flutter package to show well designed alert dialog
Stars: ✭ 103 (-33.12%)
Mutual labels:  fancy
Prompt So Fancy
Fancy terminal
Stars: ✭ 79 (-48.7%)
Mutual labels:  fancy
Fancyaccordionview
An Android fancy accordion view
Stars: ✭ 64 (-58.44%)
Mutual labels:  fancy
Dotfiles
Configuration files for my environment
Stars: ✭ 45 (-70.78%)
Mutual labels:  alacritty
fancy
High performance web server
Stars: ✭ 20 (-87.01%)
Mutual labels:  fancy
tweet-fancy
🚀 Tweet with bold, italics and strikethough text
Stars: ✭ 42 (-72.73%)
Mutual labels:  fancy

Logo
Catppuccin for Alacritty

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

 

Copyright © 2021-present Catppuccin Org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].