Skip to content

alacritty/alacritty-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
source
base16_default_dark
alabaster
source
alabaster
alabaster_dark
source
alabaster_dark
alacritty_0_12
source
alacritty_0_12
argonaut
source
base16_default_dark
ashes_dark
source
base16_ashes_dark
ashes_light
source
base16_ashes_light
atom_one_light
source
atom_one_light
aura
source
aura
ayu_dark
source
ayu_dark
ayu_light
source
ayu_light
baitong
source
baitong
base16_default_dark
source
base16_default_dark
blood_moon
source
blood_moon
bluish bluish
breeze
source
breeze
campbell
source
campbell
carbonfox
source
carbonfox
catppuccin_frappe
source
catppuccin_frappe
catppuccin_latte
source
catppuccin_latte
catppuccin_macchiato
source
catppuccin_macchiato
catppuccin_mocha
source
catppuccin_mocha
challenger_deep
source
challenger_deep
chicago95 chicago95
citylights
source
citylights
Cobalt2
source
Cobalt2
cyber_punk_neon
source
cyber_punk_neon
dark_pastels
source
dark_pastels
dark_pride
source
dark_pride
deep_space depp_space
doom_one
source
doom_one
dracula
source
dracula
dracula_plus
source
dracula_plus
enfocado_dark
source
enfocado_dark
enfocado_light
source
enfocado_light
everforest_dark
source
everforest_dark
everforest_light
source
everforest_light
falcon
source
falcon
flat_remix
source
flat_remix
flexoki
source
flexoki
github_dark
source
github_dark
github_dark_colorblind
source
github_dark_colorblind
github_dark_dimmed
source
github_dark_dimmed
github_dark_high_contrast
source
github_dark_high_contrast
github_dark_tritanopia
source
github_dark_tritanopia
github_light
source
github_light
github_light_colorblind
source
github_light_colorblind
github_light_high_contrast
source
github_light_high_contrast
github_light_tritanopia
source
github_light_tritanopia
google falcon
gotham falcon
gnome_terminal
source
gnome_terminal
gruvbox_dark
source
gruvbox_dark
gruvbox_light
source
gruvbox_light
gruvbox_material_hard_dark
source
gruvbox_material_hard_dark
gruvbox_material_hard_light
source
gruvbox_material_hard_light
gruvbox_material_medium_dark
source
gruvbox_material_medium_dark
gruvbox_material_medium_light
source
gruvbox_material_medium_light
hardhacker
source
hardhacker
high_contrast gruvbox_light
horizon-dark
source
horizon-dark
hyper
source
hyper
inferno
source
inferno
iris
source
iris
iterm iterm
kanagawa_dragon
source
kanagawa_dragon
kanagawa_wave
source
kanagawa_wave
konsole_linux iterm
low_contrast iterm
Mariana
source
iterm
marine_dark
source
marine_dark
material_theme
source
material_theme
material_theme_mod material_theme_mod
meliora
source
meliora
midnight-haze
source
midnight-haze
monokai
source
monokai
monokai_charcoal
source
monokai_charcoal
monokai_pro
source
monokai_pro
moonlight_ii_vscode
source
moonlight_ii_vscode
msx
source
msx
nightfly
source
nightfly
nightfox
source
nightfox
night_owl
source
night_owl
night_owlish_light night_owlish_light
noctis-lux
source
noctis-lux
nord
source
nord
nordic
source
nordic
nord_light
source
nord
oceanic_next
source
oceanic_next
omni
source
omni
one_dark one_dark
palenight
source
palenight
papercolor_dark
source
papercolor_dark
papercolor_light
source
papercolor_light
papertheme
source
papercolor_light
pastel_dark
source
pastel_dark
pencil_dark
source
pencil_dark
pencil_light
source
pencil_light
rainbow rainbow
remedy_dark
source
remedy_dark
rose-pine
source
rose-pine
rose-pine-dawn
source
rose-pine-dawn
rose-pine-moon
source
rose-pine-moon
snazzy
source
snazzy
seashells
source
seashells
smoooooth
source
smoooooth
solarized_dark
source
solarized_dark
solarized_light
source
solarized_light
solarized_osaka
source
solarized_osaka
taerminal
source
taerminal
tango_dark
source
tango_dark
tender
source
tender
terminal_app terminal_app
thelovelace terminal_app
tokyo-night
source
tokyo-night
tokyo-night-storm
source
tokyo-night-storm
tomorrow_night
source
tomorrow_night
tomorrow_night_bright
source
tomorrow_night_bright
ubuntu
source
ubuntu
wombat
source
wombat
xterm xterm
zenburn
source
zenburn

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

License

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