Home

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

NAMECOLORS
afterglow<br>sourcebase16_default_dark
alabaster<br>sourcealabaster
alabaster_dark<br>sourcealabaster_dark
alacritty_0_12<br>sourcealacritty_0_12
argonaut<br>sourcebase16_default_dark
ashes_dark<br>sourcebase16_ashes_dark
ashes_light<br>sourcebase16_ashes_light
atom_one_light<br>sourceatom_one_light
aura<br>sourceaura
ayu_dark<br>sourceayu_dark
ayu_light<br>sourceayu_light
baitong<br>sourcebaitong
base16_default_dark<br>sourcebase16_default_dark
blood_moon<br>sourceblood_moon
bluishbluish
breeze<br>sourcebreeze
campbell<br>sourcecampbell
carbonfox<br>sourcecarbonfox
catppuccin_frappe<br>sourcecatppuccin_frappe
catppuccin_latte<br>sourcecatppuccin_latte
catppuccin_macchiato<br>sourcecatppuccin_macchiato
catppuccin_mocha<br>sourcecatppuccin_mocha
challenger_deep<br>sourcechallenger_deep
chicago95chicago95
citylights<br>sourcecitylights
Cobalt2<br>sourceCobalt2
cyber_punk_neon<br>sourcecyber_punk_neon
dark_pastels<br>sourcedark_pastels
dark_plus<br>sourcedark_plus
dark_pride<br>sourcedark_pride
deep_spacedepp_space
doom_one<br>sourcedoom_one
dracula<br>sourcedracula
dracula_plus<br>sourcedracula_plus
enfocado_dark<br>sourceenfocado_dark
enfocado_light<br>sourceenfocado_light
everforest_dark<br>sourceeverforest_dark
everforest_light<br>sourceeverforest_light
falcon<br>sourcefalcon
flat_remix<br>sourceflat_remix
flexoki<br>sourceflexoki
github_dark<br>sourcegithub_dark
github_dark_colorblind<br>sourcegithub_dark_colorblind
github_dark_dimmed<br>sourcegithub_dark_dimmed
github_dark_high_contrast<br>sourcegithub_dark_high_contrast
github_dark_tritanopia<br>sourcegithub_dark_tritanopia
github_light<br>sourcegithub_light
github_light_colorblind<br>sourcegithub_light_colorblind
github_light_high_contrast<br>sourcegithub_light_high_contrast
github_light_tritanopia<br>sourcegithub_light_tritanopia
googlefalcon
gothamfalcon
gnome_terminal<br>sourcegnome_terminal
gruvbox_dark<br>sourcegruvbox_dark
gruvbox_light<br>sourcegruvbox_light
gruvbox_material_hard_dark<br>sourcegruvbox_material_hard_dark
gruvbox_material_hard_light<br>sourcegruvbox_material_hard_light
gruvbox_material_medium_dark<br>sourcegruvbox_material_medium_dark
gruvbox_material_medium_light<br>sourcegruvbox_material_medium_light
hardhacker<br>sourcehardhacker
hatsunemiku<br>sourcehatsunemiku
high_contrastgruvbox_light
horizon-dark<br>sourcehorizon-dark
hyper<br>sourcehyper
inferno<br>sourceinferno
iris<br>sourceiris
itermiterm
kanagawa_dragon<br>sourcekanagawa_dragon
kanagawa_wave<br>sourcekanagawa_wave
konsole_linuxiterm
low_contrastiterm
Mariana<br>sourceiterm
marine_dark<br>sourcemarine_dark
material_theme<br>sourcematerial_theme
material_theme_modmaterial_theme_mod
meliora<br>sourcemeliora
midnight-haze<br>sourcemidnight-haze
monokai<br>sourcemonokai
monokai_charcoal<br>sourcemonokai_charcoal
monokai_pro<br>sourcemonokai_pro
moonlight_ii_vscode<br>sourcemoonlight_ii_vscode
msx<br>sourcemsx
nightfly<br>sourcenightfly
nightfox<br>sourcenightfox
night_owl<br>sourcenight_owl
night_owlish_lightnight_owlish_light
noctis-lux<br>sourcenoctis-lux
nord<br>sourcenord
nordic<br>sourcenordic
nord_light<br>sourcenord
oceanic_next<br>sourceoceanic_next
omni<br>sourceomni
one_darkone_dark
oxocarbon<br>sourceoxocarbon
palenight<br>sourcepalenight
papercolor_dark<br>sourcepapercolor_dark
papercolor_light<br>sourcepapercolor_light
papertheme<br>sourcepapercolor_light
pastel_dark<br>sourcepastel_dark
pencil_dark<br>sourcepencil_dark
pencil_light<br>sourcepencil_light
rainbowrainbow
remedy_dark<br>sourceremedy_dark
rose-pine<br>sourcerose-pine
rose-pine-dawn<br>sourcerose-pine-dawn
rose-pine-moon<br>sourcerose-pine-moon
snazzy<br>sourcesnazzy
seashells<br>sourceseashells
smoooooth<br>sourcesmoooooth
solarized_dark<br>sourcesolarized_dark
solarized_light<br>sourcesolarized_light
solarized_osaka<br>sourcesolarized_osaka
synthwave_84<br>sourcesynthwave_84
taerminal<br>sourcetaerminal
tango_dark<br>sourcetango_dark
tender<br>sourcetender
terminal_appterminal_app
thelovelaceterminal_app
tokyo-night<br>sourcetokyo-night
tokyo-night-storm<br>sourcetokyo-night-storm
tomorrow_night<br>sourcetomorrow_night
tomorrow_night_bright<br>sourcetomorrow_night_bright
ubuntu<br>sourceubuntu
vesper<br>sourcevesper
wombat<br>sourcewombat
xtermxterm
zenburn<br>sourcezenburn

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:

Maintainers

License

The project is available as open source under the terms of the Apache License, Version 2.0