Awesome
This repository is no longer maintained. Please visit the updated repository here
https://github.com/alacritty/alacritty-theme
Alacritty Theme
This repo lists (copied or slightly modified) color schemes for alacritty
- collected from various sources
- converted from other terminal emulator themes
- created from vim or emacs color schemes.
How to apply?
There are multiple ways -
-
Import the scheme in
alacritty.yaml
file:Clone the repository:
git clone https://github.com/eendroroy/alacritty-theme.git ~/.alacritty-colorscheme
And add the below line into
alacritty.yaml
:import: - ~/.alacritty-colorscheme/themes/{scheme_name}.yaml
-
Copy the content of
yaml
file in thecolors
section into~/.config/alacritty/alacritty.yml
file. -
Use alacritty-colorscheme. Read details here: Docs
Color Schemes
NAME | COLORS |
---|---|
afterglow<br>source | |
argonaut<br>source | |
atom_one_light<br>source | |
ayu_dark<br>source | |
base16_default_dark<br>source | |
blood_moon<br>source | |
breeze<br>source | |
campbell<br>source | |
challenger_deep<br>source | |
city_lights<br>source | |
Cobalt2<br>source | |
cyber_punk_neon<br>source | |
darcula<br>source | |
dark_pastels<br>source | |
doom_one<br>source | |
dracula<br>source | |
falcon<br>source | |
flat_remix<br>source | |
gotham | |
gnome_terminal<br>source | |
gruvbox_dark<br>source | |
gruvbox_light<br>source | |
gruvbox_material<br>source | |
high_contrast | |
horizon-dark<br>source | |
hyper<br>source | |
iterm | |
konsole_linux | |
low_contrast | |
material_theme<br>source | |
material_theme_mod | |
monokai_charcoal<br>source | |
monokai_pro<br>source | |
moonlight_ii_vscode<br>source | |
night_owlish_light | |
nord<br>source | |
oceanic_next<br>source | |
omni<br>source | |
one_dark | |
palenight<br>source | |
papercolor_dark<br>source | |
papercolor_light<br>source | |
papertheme<br>source | |
pencil_dark<br>source | |
pencil_light<br>source | |
remedy_dark<br>source | |
rose-pine<br>source | |
snazzy<br>source | |
seashells<br>source | |
smoooooth<br>source | |
solarized_dark<br>source | |
solarized_light<br>source | |
taerminal<br>source | |
tango_dark<br>source | |
tender<br>source | |
terminal_app | |
thelovelace | |
tokyo-night<br>source | |
tokyo-night-storm<br>source | |
tomorrow_night<br>source | |
tomorrow_night_bright<br>source | |
ubuntu<br>source | |
wombat<br>source | |
xterm | |
zenburm<br>source |
Contributing
Bug reports and pull requests are welcome on GitHub at alacritty-theme repository. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
- Fork it ( https://github.com/eendroroy/alacritty-theme/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Suggestions:
- Ensure
{theme}.yaml
file intheme
directory - Ensure theme preview (ie:
{theme}.png
) inimages
directory - Use print_colors script to generate preview
- Ensure
schemes.yaml
file is updated - Ensure theme listing in
README.md
following alphabetical ordering
Author
- indrajit - Owner - eendroroy
License
The project is available as open source under the terms of the Apache License, Version 2.0