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/themes
Add an import to your alacritty.toml
(Replace {theme}
with your desired
colorscheme):
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 |
---|---|
afterglow source |
|
alabaster source |
|
_alabasterdark source |
|
_alacritty_012 source |
|
argonaut source |
|
_ashesdark source |
|
_asheslight source |
|
aura source |
|
_ayudark source |
|
_ayulight source |
|
_ayumirage source |
|
baitong source |
|
_base16_defaultdark source |
|
_bloodmoon source |
|
bluish | |
breeze source |
|
campbell source |
|
carbonfox source |
|
_catppuccinfrappe source |
|
_catppuccinlatte source |
|
_catppuccinmacchiato source |
|
_catppuccinmocha source |
|
_challengerdeep source |
|
chicago95 | |
citylights source |
|
Cobalt2 source |
|
_cyber_punkneon source |
|
_darkpastels source |
|
_darkplus source |
|
_darkpride source |
|
dawnfox source |
|
dayfox source |
|
_deepspace | |
_doomone source |
|
dracula source |
|
_draculaplus source |
|
duskfox source |
|
_enfocadodark source |
|
_enfocadolight source |
|
_everforestdark source |
|
_everforestlight source |
|
falcon source |
|
_flatremix source |
|
flexoki source |
|
_githubdark source |
|
_github_darkcolorblind source |
|
_github_darkdimmed source |
|
_github_dark_highcontrast source |
|
_github_darktritanopia source |
|
_githublight source |
|
_github_lightcolorblind source |
|
_github_light_highcontrast source |
|
_github_lighttritanopia source |
|
gotham | |
_gnometerminal source |
|
_gruvboxdark source |
|
_gruvboxlight source |
|
_gruvbox_material_harddark source |
|
_gruvbox_material_hardlight source |
|
_gruvbox_material_mediumdark source |
|
_gruvbox_material_mediumlight source |
|
hardhacker source |
|
hatsunemiku source |
|
_highcontrast | |
_horizondark source |
|
hyper source |
|
inferno source |
|
iris source |
|
iterm | |
_kanagawadragon source |
|
_kanagawawave source |
|
_konsolelinux | |
_lowcontrast | |
Mariana source |
|
_marinedark source |
|
_materialtheme source |
|
_material_thememod | |
meliora source |
|
_midnighthaze source |
|
monokai source |
|
_monokaicharcoal source |
|
_monokaipro source |
|
moonfly source |
|
_moonlight_iivscode source |
|
msx source |
|
nightfly source |
|
nightfox source |
|
_nightowl source |
|
_night_owlishlight | |
_noctislux source |
|
nord source |
|
nordfox source |
|
nordic source |
|
_nordlight source |
|
_oceanicnext source |
|
omni source |
|
_onedark | |
_atom_onelight source |
|
oxocarbon source |
|
palenight source |
|
_papercolordark source |
|
_papercolorlight source |
|
papertheme source |
|
_pasteldark source |
|
_pencildark source |
|
_pencillight source |
|
rainbow | |
_remedydark source |
|
_rosepine source |
|
_rose_pinedawn source |
|
_rose_pinemoon source |
|
snazzy source |
|
seashells source |
|
smoooooth source |
|
_solarizeddark source |
|
_solarizedlight source |
|
_solarizedosaka source |
|
spacegray source |
|
_synthwave84 source |
|
taerminal source |
|
_tangodark source |
|
tender source |
|
terafox source |
|
_terminalapp | |
thelovelace | |
_tokyonight source |
|
_tokyo_nightstorm source |
|
_tokyo_nightenhanced source |
|
_tomorrownight source |
|
_tomorrow_nightbright source |
|
ubuntu source |
|
vesper 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, just create a Pull Request with the following changes:
themes
directory with the {theme}.toml
file formatprint_colors.sh
scriptimages
directory with the {theme}.png
file formatREADME.md
, following alphabetical orderingThe project is available as open source under the terms of the Apache License, Version 2.0