Alacritty Themes

repository·master·Indexed 25 days ago

https://github.com/alacritty/alacritty-theme

A collection of color schemes specifically formatted for the Alacritty terminal emulator. Includes a wide variety of palettes such as Catppuccin, Dracula, Everforest, Ayu, Nightfox, Tokyo Night, and others, which can be applied via the import array in alacritty.toml or by manually copying the configuration.

Tokens
727
Snippets
2
Records
6
Agent score
34%

What's inside alacritty-theme

  1. Import a theme in alacritty.toml

    master

    You can apply a theme by adding an import array to the [general] section of your alacritty.toml file. Replace {theme} with the name of the specific .toml file you wish to use from the themes directory.

    [general]
    import = [
        "~/.config/alacritty/themes/themes/{theme}.toml"
    ]
  2. Install Alacritty themes via Git

    master

    To install the collection of color schemes, create the Alacritty themes directory and clone the repository into it. By default, this uses the standard Linux configuration path ~/.config/alacritty/themes.

    # We use Alacritty's default Linux config directory as our storage location here.
    mkdir -p ~/.config/alacritty/themes
    git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
  3. Browse available Alacritty color schemes

    master

    The repository provides a wide variety of color schemes for the Alacritty terminal emulator. Each scheme is available as a configuration file. Common themes include:

    • Catppuccin: catppuccin_frappe, catppuccin_latte, catppuccin_macchiato, catppuccin_mocha
    • Dracula: dracula, dracula_plus
    • Everforest: Various darkness/softness levels (e.g., everforest_dark_hard, everforest_light_soft)
    • Ayu: ayu_dark, ayu_light, ayu_mirage
    • Nightfox variants: carbonfox, dawnfox, dayfox, duskfox
    • Others: alabaster, aura, base16_default_dark, citylights, doom_one, and many more.

    Refer to the full list in the repository for specific theme names and their original sources.

  4. Browse Alacritty Color Schemes

    master
    The repository provides a wide variety of color schemes for Alacritty. Each scheme is available as a configuration file (typically .toml or .yml) that can be imported into your Alacritty configuration. The available themes include popular palettes such as nord, monokai, solarized_dark, rose_pine, one_dark, and many others. Each theme in the repository is linked to its original source for attribution and further customization.
  5. Browse available Alacritty color schemes

    master

    The repository provides a collection of color schemes for Alacritty. Available themes include:

    • synthwave_84
    • taerminal
    • tango_dark
    • tender
    • terafox
    • terminal_app
    • thelovelace
    • tokyo_night
    • tokyo_night_storm
    • tokyo_night_enhanced
    • tokyo_night_light
    • tomorrow
    • tomorrow_night
    • tomorrow_night_blue
    • tomorrow_night_bright
    • tomorrow_night_eighties
    • ubuntu
    • vesper
    • vscode
    • wombat
    • xterm
    • zenburn