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 |
|
alabaster_dark source |
|
alacritty_0_12 source |
|
argonaut source |
|
ashes_dark source |
|
ashes_light source |
|
aura source |
|
ayu_dark source |
|
ayu_light 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 |
|
deep_space | |
doom_one source |
|
dracula source |
|
dracula_plus 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 |
|
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 |
|
inferno source |
|
iris source |
|
iterm | |
kanagawa_dragon source |
|
kanagawa_wave source |
|
konsole_linux | |
low_contrast | |
Mariana source |
|
marine_dark source |
|
material_theme source |
|
material_theme_mod | |
meliora 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 |
|
nordic source |
|
nord_light source |
|
oceanic_next source |
|
omni source |
|
one_dark | |
atom_one_light source |
|
oxocarbon source |
|
palenight source |
|
papercolor_dark source |
|
papercolor_light source |
|
papertheme source |
|
pastel_dark source |
|
pencil_dark source |
|
pencil_light source |
|
rainbow | |
remedy_dark source |
|
rose_pine source |
|
rose_pine_dawn source |
|
rose_pine_moon source |
|
snazzy source |
|
seashells source |
|
smoooooth source |
|
solarized_dark source |
|
solarized_light source |
|
solarized_osaka source |
|
spacegray source |
|
synthwave_84 source |
|
taerminal source |
|
tango_dark source |
|
tender 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 |
|
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:
- Add your theme to the
themes
directory with the{theme}.toml
file format - Create a screenshot of your theme using the
print_colors.sh
script - Add the screenshot to the
images
directory with the{theme}.png
file 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