Collection of colorschemes for easy configuration of the Alacritty terminal emulator.
Clone the repository, or download the theme of your choice:
# 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/themesAdd an import to your alacritty.toml (Replace {theme} with your desired
colorscheme):
[general]
import = [
"~/.config/alacritty/themes/themes/{theme}.toml"
]To manually include a colorscheme in an existing alacritty.toml, you just need
to copy the entire content of the theme into the root level of your
configuration file.
| NAME | COLORS |
|---|---|
| acme source |
|
| afterglow source |
|
| alabaster source |
|
| alabaster_dark source |
|
| alacritty_0_12 source |
|
| argonaut source |
|
| ashes_dark source |
|
| ashes_light source |
|
| aura source |
|
| autumn source |
|
| ayu_dark source |
|
| ayu_light source |
|
| ayu_mirage source |
|
| baitong source |
|
| base16_default_dark source |
|
| blood_moon source |
|
| bluish | |
| breeze source |
|
| campbell source |
|
| carbonfox source |
|
| catppuccin_frappe source |
|
| catppuccin_latte source |
|
| catppuccin_macchiato source |
|
| catppuccin_mocha source |
|
| challenger_deep source |
|
| chicago95 | |
| citylights source |
|
| Cobalt2 source |
|
| cyber_punk_neon source |
|
| dark_pastels source |
|
| dark_plus source |
|
| dark_pride source |
|
| dawnfox source |
|
| dayfox source |
|
| deep_space | |
| doom_one source |
|
| dracula source |
|
| dracula_plus source |
|
| duskfox source |
|
| enfocado_dark source |
|
| enfocado_light source |
|
| everforest_dark source |
|
| everforest_light source |
|
| falcon source |
|
| flat_remix source |
|
| flexoki source |
|
| github_dark source |
|
| github_dark_colorblind source |
|
| github_dark_dimmed source |
|
| github_dark_high_contrast source |
|
| github_dark_tritanopia source |
|
| github_light source |
|
| github_light_colorblind source |
|
| github_light_high_contrast source |
|
| github_light_tritanopia source |
|
| gotham | |
| gnome_terminal source |
|
| gruber_darker source |
|
| gruvbox_dark source |
|
| gruvbox_light source |
|
| gruvbox_material_hard_dark source |
|
| gruvbox_material_hard_light source |
|
| gruvbox_material_medium_dark source |
|
| gruvbox_material_medium_light source |
|
| hardhacker source |
|
| hatsunemiku source |
|
| high_contrast | |
| horizon_dark source |
|
| hyper source |
|
| iceberg source |
|
| inferno source |
|
| iris source |
|
| iterm | |
| kanagawa_dragon source |
|
| kanagawa_wave source |
|
| kimbie_dark source |
|
| kimbie_light source |
|
| kitty source |
|
| konsole_linux | |
| linux source |
|
| low_contrast | |
| Mariana source |
|
| marine_dark source |
|
| material_theme source |
|
| material_theme_mod | |
| meliora source |
|
| miasma source |
|
| midnight_haze source |
|
| monokai source |
|
| monokai_charcoal source |
|
| monokai_pro source |
|
| moonfly source |
|
| moonlight_ii_vscode source |
|
| msx source |
|
| nightfly source |
|
| nightfox source |
|
| night_owl source |
|
| night_owlish_light | |
| noctis_lux source |
|
| nord source |
|
| nordfox source |
|
| nordic source |
|
| nord_light source |
|
| oceanic_next source |
|
| omni source |
|
| one_dark | |
| one_light source |
|
| oxocarbon source |
|
| palenight source |
|
| panda source |
|
| papercolor_dark source |
|
| papercolor_light source |
|
| papertheme source |
|
| pastel_dark source |
|
| pencil_dark source |
|
| pencil_light source |
|
| rainbow | |
| remedy_dark source |
|
| rigel source |
|
| rose_pine source |
|
| rose_pine_dawn source |
|
| rose_pine_moon source |
|
| seashells source |
|
| selenized_dark source |
|
| selenized_light source |
|
| seoul256-light source |
|
| smoooooth source |
|
| snazzy source |
|
| solarized_dark source |
|
| solarized_light source |
|
| solarized_osaka source |
|
| sonokai source |
|
| spacegray source |
|
| synthwave_84 source |
|
| taerminal source |
|
| tango_dark source |
|
| tender source |
|
| terafox source |
|
| terminal_app | |
| thelovelace | |
| tokyo_night source |
|
| tokyo_night_storm source |
|
| tokyo_night_enhanced source |
|
| tomorrow_night source |
|
| tomorrow_night_bright source |
|
| ubuntu source |
|
| vesper source |
|
| vscode source |
|
| wombat source |
|
| xterm | |
| zenburn source |
Bug reports and pull requests are welcome on GitHub at the alacritty-theme repository.
To add a new theme, please create a Pull Request. Note that submissions by theme authors are not accepted, to ensure there's at least some community interest. The following changes must be made for a new theme:
- Add your theme to the
themesdirectory with the{theme}.tomlfile format - Create a screenshot of your theme using the
print_colors.shscript - Add the screenshot to the
imagesdirectory with the{theme}.pngfile format - Add your theme to the
README.md, following alphabetical ordering
- indrajit - Author - eendroroy
- Christian Dürr - Maintainer - chrisduerr
The project is available as open source under the terms of the Apache License, Version 2.0