Skip to content

dchakro/alacritty_colors

Repository files navigation

alacritty rocks GitHub license GitHub last commit (branch) GitHub stars GitHub issues PRs Welcome

alacritty colors

About

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.

Demo

Here is a quick demo of the process of applying themes to alacritty.

demo.gif

How to use

  1. 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
  2. Overwrite the base.toml with your ~/.alacritty.toml.

    cd /path/to/alacritty_colors
    cp ~/.alacritty.toml ./base.toml
  3. (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.

  4. Apply/Backup/Reset themes using

    ./apply_theme.sh

Info

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

Note:

  • 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.

Preview of themes

image-20200730153019490

Ayu Mirage | toml

image-20200730153019490

Birds of Paradise | toml

birds of paradise

Bright yellow changed to #FFD700

image-20200730153216611

Breeze (KDE) | toml

image-20200730153019490

Breeze2 | toml

modified from KDE Breeze by robocopAlpha

breeze2

Darktooth | toml

image-20200730153019490

Dracula | toml

image-20200730153019490

image-20200730153019490

Github Light 1 | toml

githubLight

githubLight

Gruvbox | toml

image-20200730153019490

The color Yellow #FFD700 has taken from Blood Moon.

image-20200730153904592

Iterm Default | toml

image-20200730154037517

Kitty | toml

image-20200730153019490

image-20200730154203299

Metro Style | toml

metrostyle

Monokai Soda | toml

image-20200730154326639

Monokai Soda version 2 | toml

Gray and white are changed from the base theme monokaisoda2

PaperColor Light | toml

paper color light

Paraiso Dark | toml

paraiso dark

Pencil Light | toml

pencil light

Pop OS | toml

image-20200730155432908

image-20200730160014996

robocopAlpha Colors | toml

image-20200730160014996

image-20200730155432908

Foreground color has been made darker #1A1A1A than original to improve contrast

image-20200730154721260

Spacemacs light | toml

Changes: green to #009F6B and magenta to #29A0AD.

image-20200730160138239

Spacer by robocopAlpha | toml

Tried to map colors from the Spacemacs Light theme to ones “similar” to the names of the colors.

spacer

Tender | toml

Converted to TOML from:

image-20200730155241817

Terminal app basic | toml

image-20200730155241817

Ubuntu | toml

image-20200730155325668