This repository is no longer maintained. Please visit the updated repository here
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.
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
NAME | COLORS |
---|---|
afterglow source |
|
argonaut source |
|
atom_one_light source |
|
ayu_dark source |
|
base16_default_dark source |
|
blood_moon source |
|
breeze source |
|
campbell source |
|
challenger_deep source |
|
city_lights source |
|
Cobalt2 source |
|
cyber_punk_neon source |
|
darcula source |
|
dark_pastels source |
|
doom_one source |
|
dracula source |
|
falcon source |
|
flat_remix source |
|
gotham | |
gnome_terminal source |
|
gruvbox_dark source |
|
gruvbox_light source |
|
gruvbox_material source |
|
high_contrast | |
horizon-dark source |
|
hyper source |
|
iterm | |
konsole_linux | |
low_contrast | |
material_theme source |
|
material_theme_mod | |
monokai_charcoal source |
|
monokai_pro source |
|
moonlight_ii_vscode source |
|
night_owlish_light | |
nord source |
|
oceanic_next source |
|
omni source |
|
one_dark | |
palenight source |
|
papercolor_dark source |
|
papercolor_light source |
|
papertheme source |
|
pencil_dark source |
|
pencil_light source |
|
remedy_dark source |
|
rose-pine source |
|
snazzy source |
|
seashells source |
|
smoooooth source |
|
solarized_dark source |
|
solarized_light source |
|
taerminal source |
|
tango_dark source |
|
tender source |
|
terminal_app | |
thelovelace | |
tokyo-night source |
|
tokyo-night-storm source |
|
tomorrow_night source |
|
tomorrow_night_bright source |
|
ubuntu source |
|
wombat source |
|
xterm | |
zenburm source |
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
- indrajit - Owner - eendroroy
The project is available as open source under the terms of the Apache License, Version 2.0