Skip to content

catppuccin/alacritty

Folders and files

NameName
Last commit message
Last commit date
Jan 16, 2024
Sep 27, 2022
Nov 7, 2021
Oct 26, 2024
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Oct 28, 2024
Jul 20, 2024

Repository files navigation

Logo
Catppuccin for Alacritty

Previews

๐ŸŒป Latte
๐Ÿชด Frappรฉ
๐ŸŒบ Macchiato
๐ŸŒฟ Mocha

Usage

Note

Please see the yaml tag if you need the config in YAML format.

  1. Copy the theme files next to your alacritty.toml configuration file. See Alacritty's README to see where your config file can be stored, it is usually stored at ~/.config/alacritty/alacritty.toml

    • Latte

      curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-latte.toml
    • Frappรฉ

      curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-frappe.toml
    • Macchiato

      curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-macchiato.toml
    • Mocha

      curl -LO --output-dir ~/.config/alacritty https://github.com/catppuccin/alacritty/raw/main/catppuccin-mocha.toml
  2. Import the desired flavour config in your alacritty.toml:

    general.import = [
      # uncomment the flavour you want below:
      "~/.config/alacritty/catppuccin-latte.toml"
      # "~/.config/alacritty/catppuccin-frappe.toml"
      # "~/.config/alacritty/catppuccin-macchiato.toml"
      # "~/.config/alacritty/catppuccin-mocha.toml"
    ]

๐Ÿ™‹ FAQ

  • Q: "My colours don't look the same as the previews. What do I do?"
    A: Make sure you have the following set in alacritty.toml:

    [env]
    TERM = "xterm-256color"
  • Q: "What font have you used in the screenshots above?"
    A: Iosevka Term

๐Ÿ’ Thanks to

 

Copyright ยฉ 2021-present Catppuccin Org