This repo contains snippets for color schemes to use with alacritty terminal emulator (and other similar apps) and bash scripts to apply themes and show the current theme's colors.
Here is a quick demo of the process of applying themes to alacritty.
-
Clone the repo and give execute permissions to included scripts.
# Latest version git clone --depth 1 https://github.com/dchakro/alacritty_colors.git # or clone the complete repo git clone https://github.com/dchakro/alacritty_colors.git cd alacritty_colors chmod +x show_colors.sh apply_theme.sh
-
Overwrite the base.toml with your
~/.alacritty.toml
.cd /path/to/alacritty_colors cp ~/.alacritty.toml ./base.toml
-
(Optional) Remove the current color scheme (if any) from the file
base.toml
, so that the "reset" function in the included script will restore default alacritty colors. Otherwise it will restore your current color scheme. -
Apply/Backup/Reset themes using
./apply_theme.sh
If you want to view the colors from your current color scheme without cloning this repo, you can do so by running:
curl -sL 'https://raw.githubusercontent.com/dchakro/alacritty_colors/master/show_colors.sh' | bash
- Most of these themes are (as-is or modified) from alacritty's wiki.
- While making this repo I didn’t realize that there are repos like eendroroy’s and rajasegar's repos where they have been putting in the effort for a long time. I will maintain this repo to archive other color schemes that I might find interesting over time.
- Unlike their repos this repo provides open-source simple bash scripts to view the theme colors and apply the themes.
Ayu Mirage | toml
Birds of Paradise | toml
Bright yellow changed to #FFD700
Breeze (KDE) | toml
Breeze2 | toml
modified from KDE Breeze by robocopAlpha
Darktooth | toml
Dracula | toml
Github Light 1 | toml
Gruvbox | toml
The color Yellow #FFD700
has taken from Blood Moon.
Iterm Default | toml
Kitty | toml
Metro Style | toml
Monokai Soda | toml
Monokai Soda version 2 | toml
Gray and white are changed from the base theme
PaperColor Light | toml
Paraiso Dark | toml
Pencil Light | toml
Pop OS | toml
robocopAlpha Colors | toml
Foreground color has been made darker #1A1A1A
than original to improve contrast
Spacemacs light | toml
Changes: green to #009F6B
and magenta to #29A0AD
.
Spacer by robocopAlpha | toml
Tried to map colors from the Spacemacs Light theme to ones “similar” to the names of the colors.
Tender | toml
Converted to TOML from: