Skip to content

chrysos349/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.yml (Replace {theme} with your desired colorscheme):

import:
 - ~/.config/alacritty/themes/themes/{theme}.yaml

Manual

To manually include a colorscheme in an existing alacritty.yml, 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
argonaut
source
base16_default_dark
atom_one_light
source
atom_one_light
ayu_dark
source
ayu_dark
ayu_light
source
ayu_light
base16_default_dark
source
base16_default_dark
blood_moon
source
blood_moon
bluish bluish
breeze
source
breeze
campbell
source
campbell
challenger_deep
source
challenger_deep
city_lights
source
city_lights
Cobalt2
source
Cobalt2
cyber_punk_neon
source
cyber_punk_neon
darcula
source
darcula
dark_pastels
source
dark_pastels
doom_one
source
doom_one
dracula
source
dracula
everforest_dark
source
everforest_dark
everforest_light
source
everforest_light
falcon
source
falcon
flat_remix
source
flat_remix
github_dark
source
github_dark
github_dark_colorblind
source
github_dark_colorblind
github_dark_default
source
github_dark_default
github_dimmed
source
github_dimmed
github_light
source
github_light
github_light_colorblind
source
github_light_colorblind
github_light_default
source
github_light_default
gotham falcon
gnome_terminal
source
gnome_terminal
gruvbox_dark
source
gruvbox_dark
gruvbox_light
source
gruvbox_light
gruvbox_material
source
gruvbox_material
high_contrast gruvbox_light
horizon-dark
source
horizon-dark
hyper
source
hyper
iterm iterm
konsole_linux iterm
low_contrast iterm
material_theme
source
material_theme
material_theme_mod material_theme_mod
monokai_charcoal
source
monokai_charcoal
monokai_pro
source
monokai_pro
moonlight_ii_vscode
source
moonlight_ii_vscode
night_owlish_light night_owlish_light
nord
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
pencil_dark
source
pencil_dark
pencil_light
source
pencil_light
rainbow rainbow
remedy_dark
source
remedy_dark
rose-pine
source
rose-pine
snazzy
source
snazzy
seashells
source
seashells
smoooooth
source
smoooooth
solarized_dark
source
solarized_dark
solarized_light
source
solarized_light
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
zenburm
source
zenburm

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}.yaml file format
  • Create a screenshot of your theme using the [print_colors script]
  • Add the screenshot to the images directory with the {theme}.png file format
  • Add your theme to the schemes.yaml
  • 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

About

Collection of Alacritty color schemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%