alacritty_colors/README.md
2020-08-24 16:59:13 +03:00

115 lines
4.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[![alacritty rocks](https://img.shields.io/badge/alacritty-ROCKS-blueviolet.svg)](https://github.com/alacritty/alacritty) [![GitHub license](https://img.shields.io/github/license/dchakro/alacritty_colors?color=Blue)](https://github.com/dchakro/alacritty_colors/blob/master/LICENSE) [![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dchakro/alacritty_colors/master.svg)](https://github.com/dchakro/alacritty_colors/commits/master) [![GitHub stars](https://img.shields.io/github/stars/dchakro/alacritty_colors)](https://github.com/dchakro/alacritty_colors/stargazers) [![GitHub issues](https://img.shields.io/github/issues/dchakro/alacritty_colors.svg)](https://github.com/dchakro/alacritty_colors/issues) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dchakro/alacritty_colors/pulls)
# alacritty colors
This repo contains snippets for color schemes to use with [alacritty](https://github.com/alacritty/alacritty) terminal emulator (and other similar apps). Most of these themes are (as-is or modified) from [alacritty's wiki](https://github.com/alacritty/alacritty/wiki/Color-schemes).
Also includes a handy bash script [`show_colors.sh`](./show_colors.sh) to print the colors.
if you dont want to clone this repo but still want to test the color scheme then you can run:
```sh
curl -sL 'https://raw.githubusercontent.com/dchakro/alacritty_colors/master/show_colors.sh' | bash
```
**NB:** While making this repo I didnt realize that there are repos like [eendroroys](https://github.com/eendroroy/alacritty-theme) where they have been putting in the effort for a long time to curate content. I will maintain this repo to archive other color schemes that I might find interesting over time and develop a way to apply color schemes from the CLI.
## [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [YML](themes/argonaut.yml)
![image-20200730153019490](assets/argonaut.png)
## Ayu Mirage [YML](themes/ayuMirage.yml)
![image-20200730153019490](assets/ayuMirage.png)
## [Blood Moon](https://github.com/dguo/blood-moon) [YML](themes/bloodmoon.yml)
Bright yellow changed to `#FFD700`
![image-20200730153216611](assets/bloodmoon.png)
## Breeze (KDE) [YML](themes/breeze.yml)
![image-20200730153019490](assets/breeze.png)
## Breeze2 [YML](themes/breeze2.yml)
modified from KDE Breeze by robocopAlpha
![breeze2](./assets/breeze2.png)
## Darktooth [YML](themes/darktooth.yml)
![image-20200730153019490](assets/darktooth.png)
## Dracula [YML](themes/dracula.yml)
![image-20200730153019490](assets/dracula.png)
## Gruvbox [YML](themes/gruvbox.yml)
![image-20200730153019490](assets/gruvbox.png)
## [Hyper](https://hyper.is/) [YML](themes/hyper.yml)
The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml).
![image-20200730153904592](assets/hyper.png)
## Iterm Default [YML](themes/iterm2.yml)
![image-20200730154037517](assets/iterm2.png)
## Kitty [YML](themes/kitty.yml)
![image-20200730153019490](assets/kitty.png)
## [Material Theme](https://github.com/equinusocio/material-theme) [YML](themes/material.yml)
![image-20200730154203299](assets/material.png)
## Metro Style [YML](./themes/metrostyle.yml)
![metrostyle](assets/metrostyle.png)
## Monokai Soda [YML](themes/monokaiSoda.yml)
![image-20200730154326639](assets/monokaiSoda.png)
## Pop OS [YML](themes/pop_OS.yml)
![image-20200730155432908](assets/pop_OS.png)
## robocopAlpha Colors [YML](themes/robocopAlpha.yml)
![image-20200730160014996](assets/robocopAlpha.png)
## [Seabird](https://github.com/nightsense/seabird) [YML](themes/seabird.yml)
Foreground color has been made darker `#1A1A1A` than original to improve contrast
![image-20200730154721260](assets/seabird.png)
## Spacemacs light [YML](themes/spacemacsLight.yml)
Changes: green to `#009F6B` and magenta to `#29A0AD`.
![image-20200730160138239](assets/spacemacsLight.png)
## Spacer by robocopAlpha [YML](./themes/spacer.yml)
Tried to map colors from the Spacemacs Light theme to ones “similar” to the names of the colors.
![spacer](assets/spacer.png)
## Terminal app basic [YML](themes/terminalBasic.yml)
![image-20200730155241817](assets/terminalBasic.png)
## Ubuntu [YML](themes/ubuntu.yml)
![image-20200730155325668](assets/ubuntu.png)