Awesome
Alacritty Theme
Collection of colorschemes for easy configuration of the Alacritty terminal emulator.
Installation
Imports
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"
]
Manual
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.
Color Schemes
NAME | COLORS |
---|---|
afterglow<br>source | |
alabaster<br>source | |
alabaster_dark<br>source | |
alacritty_0_12<br>source | |
argonaut<br>source | |
ashes_dark<br>source | |
ashes_light<br>source | |
aura<br>source | |
ayu_dark<br>source | |
ayu_light<br>source | |
baitong<br>source | |
base16_default_dark<br>source | |
blood_moon<br>source | |
bluish | |
breeze<br>source | |
campbell<br>source | |
carbonfox<br>source | |
catppuccin_frappe<br>source | |
catppuccin_latte<br>source | |
catppuccin_macchiato<br>source | |
catppuccin_mocha<br>source | |
challenger_deep<br>source | |
chicago95 | |
citylights<br>source | |
Cobalt2<br>source | |
cyber_punk_neon<br>source | |
dark_pastels<br>source | |
dark_plus<br>source | |
dark_pride<br>source | |
dawnfox<br>source | |
dayfox<br>source | |
deep_space | |
doom_one<br>source | |
dracula<br>source | |
dracula_plus<br>source | |
duskfox<br>source | |
enfocado_dark<br>source | |
enfocado_light<br>source | |
everforest_dark<br>source | |
everforest_light<br>source | |
falcon<br>source | |
flat_remix<br>source | |
flexoki<br>source | |
github_dark<br>source | |
github_dark_colorblind<br>source | |
github_dark_dimmed<br>source | |
github_dark_high_contrast<br>source | |
github_dark_tritanopia<br>source | |
github_light<br>source | |
github_light_colorblind<br>source | |
github_light_high_contrast<br>source | |
github_light_tritanopia<br>source | |
gotham | |
gnome_terminal<br>source | |
gruvbox_dark<br>source | |
gruvbox_light<br>source | |
gruvbox_material_hard_dark<br>source | |
gruvbox_material_hard_light<br>source | |
gruvbox_material_medium_dark<br>source | |
gruvbox_material_medium_light<br>source | |
hardhacker<br>source | |
hatsunemiku<br>source | |
high_contrast | |
horizon_dark<br>source | |
hyper<br>source | |
inferno<br>source | |
iris<br>source | |
iterm | |
kanagawa_dragon<br>source | |
kanagawa_wave<br>source | |
konsole_linux | |
low_contrast | |
Mariana<br>source | |
marine_dark<br>source | |
material_theme<br>source | |
material_theme_mod | |
meliora<br>source | |
midnight_haze<br>source | |
monokai<br>source | |
monokai_charcoal<br>source | |
monokai_pro<br>source | |
moonfly<br>source | |
moonlight_ii_vscode<br>source | |
msx<br>source | |
nightfly<br>source | |
nightfox<br>source | |
night_owl<br>source | |
night_owlish_light | |
noctis_lux<br>source | |
nord<br>source | |
nordfox<br>source | |
nordic<br>source | |
nord_light<br>source | |
oceanic_next<br>source | |
omni<br>source | |
one_dark | |
atom_one_light<br>source | |
oxocarbon<br>source | |
palenight<br>source | |
papercolor_dark<br>source | |
papercolor_light<br>source | |
papertheme<br>source | |
pastel_dark<br>source | |
pencil_dark<br>source | |
pencil_light<br>source | |
rainbow | |
remedy_dark<br>source | |
rose_pine<br>source | |
rose_pine_dawn<br>source | |
rose_pine_moon<br>source | |
snazzy<br>source | |
seashells<br>source | |
smoooooth<br>source | |
solarized_dark<br>source | |
solarized_light<br>source | |
solarized_osaka<br>source | |
spacegray<br>source | |
synthwave_84<br>source | |
taerminal<br>source | |
tango_dark<br>source | |
tender<br>source | |
terafox<br>source | |
terminal_app | |
thelovelace | |
tokyo_night<br>source | |
tokyo_night_storm<br>source | |
tokyo_night_enhanced<br>source | |
tomorrow_night<br>source | |
tomorrow_night_bright<br>source | |
ubuntu<br>source | |
vesper<br>source | |
wombat<br>source | |
xterm | |
zenburn<br>source |
Contributing
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
Maintainers
- indrajit - Author - eendroroy
- Christian Dürr - Maintainer - chrisduerr
License
The project is available as open source under the terms of the Apache License, Version 2.0