mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
Update Readme
This commit is contained in:
parent
6960c64055
commit
ac4cd5e0d4
1 changed files with 78 additions and 26 deletions
104
README.md
104
README.md
|
|
@ -2,114 +2,166 @@
|
|||
|
||||
# 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).
|
||||
## About
|
||||
This repo contains snippets for color schemes to use with [alacritty](https://github.com/alacritty/alacritty) terminal emulator (and other similar apps) and a bash script to [apply themes](./apply_themes.sh) and [show the current theme's colors](./show_colors.sh).
|
||||
|
||||
Also includes a handy bash script [`show_colors.sh`](./show_colors.sh) to print the colors.
|
||||
## How to use
|
||||
|
||||
if you don’t want to clone this repo but still want to test the color scheme then you can run:
|
||||
1. Clone the repo and give execute permissions to included scripts.
|
||||
|
||||
```sh
|
||||
# Latest version
|
||||
git clone --depth 1 https://github.com/dchakro/alacritty_colors.git
|
||||
# Full repo
|
||||
git clone https://github.com/dchakro/alacritty_colors.git
|
||||
|
||||
cd alacritty_colors
|
||||
chmod +x show_colors.sh apply_theme.sh
|
||||
```
|
||||
|
||||
2. Enable `Live Config Reload` for alacritty if it is not enabled already by adding the followin line in your `~/.alacritty.yml`.
|
||||
|
||||
```properties
|
||||
live_config_reload: true
|
||||
```
|
||||
|
||||
Here is a shell command to do it.
|
||||
|
||||
```sh
|
||||
echo "live_config_reload: true" >> ~/.alacritty.yml
|
||||
|
||||
3. Overwrite the [base.yml](./base.yml) with your `~/.alacritty.yml`.
|
||||
|
||||
```sh
|
||||
cd /path/to/alacritty_colors
|
||||
cp ~/.alacritty.yml ./base.yml
|
||||
```
|
||||
|
||||
4. (***Optional***) Remove the current color scheme (if any) from the file `base.yml`, so that the "**reset**" function in the included script will restore default alacritty colors. Otherwise it will restore your current color scheme.
|
||||
|
||||
5. Apply/Backup/Reset themes using
|
||||
|
||||
```sh
|
||||
./apply_theme.sh
|
||||
```
|
||||
|
||||
## Demo
|
||||
|
||||
Here is a quick demo of the process of applying themes to alacritty.
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Info
|
||||
|
||||
If you want to view the colors from your current color scheme without cloning this repo, you can do so by running:
|
||||
|
||||
```sh
|
||||
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](https://github.com/alacritty/alacritty/wiki/Color-schemes).
|
||||
+ + While making this repo I didn’t realize that there are repos like [eendroroy’s](https://github.com/eendroroy/alacritty-theme) and [rajasegar's](https://github.com/rajasegar/alacritty-themes) 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.
|
||||
|
||||
**NB:** While making this repo I didn’t realize that there are repos like [eendroroy’s](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.
|
||||
## Preview of themes
|
||||
|
||||
|
||||
## [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [YML](themes/argonaut.yml)
|
||||
### [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [YML](themes/argonaut.yml)
|
||||
|
||||

|
||||
|
||||
## Ayu Mirage [YML](themes/ayuMirage.yml)
|
||||
### Ayu Mirage [YML](themes/ayuMirage.yml)
|
||||
|
||||

|
||||
|
||||
## [Blood Moon](https://github.com/dguo/blood-moon) [YML](themes/bloodmoon.yml)
|
||||
### [Blood Moon](https://github.com/dguo/blood-moon) [YML](themes/bloodmoon.yml)
|
||||
|
||||
Bright yellow changed to `#FFD700`
|
||||
|
||||

|
||||
|
||||
## Breeze (KDE) [YML](themes/breeze.yml)
|
||||
### Breeze (KDE) [YML](themes/breeze.yml)
|
||||
|
||||

|
||||
|
||||
## Breeze2 [YML](themes/breeze2.yml)
|
||||
### Breeze2 [YML](themes/breeze2.yml)
|
||||
|
||||
modified from KDE Breeze by robocopAlpha
|
||||
|
||||

|
||||
|
||||
## Darktooth [YML](themes/darktooth.yml)
|
||||
### Darktooth [YML](themes/darktooth.yml)
|
||||
|
||||

|
||||
|
||||
## Dracula [YML](themes/dracula.yml)
|
||||
### Dracula [YML](themes/dracula.yml)
|
||||
|
||||

|
||||
|
||||
## Gruvbox [YML](themes/gruvbox.yml)
|
||||
### Gruvbox [YML](themes/gruvbox.yml)
|
||||
|
||||

|
||||
|
||||
## [Hyper](https://hyper.is/) [YML](themes/hyper.yml)
|
||||
### [Hyper](https://hyper.is/) [YML](themes/hyper.yml)
|
||||
|
||||
The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml).
|
||||
|
||||

|
||||
|
||||
## Iterm Default [YML](themes/iterm2.yml)
|
||||
### Iterm Default [YML](themes/iterm2.yml)
|
||||
|
||||

|
||||
|
||||
## Kitty [YML](themes/kitty.yml)
|
||||
### Kitty [YML](themes/kitty.yml)
|
||||
|
||||

|
||||
|
||||
## [Material Theme](https://github.com/equinusocio/material-theme) [YML](themes/material.yml)
|
||||
### [Material Theme](https://github.com/equinusocio/material-theme) [YML](themes/material.yml)
|
||||
|
||||

|
||||
|
||||
## Metro Style [YML](./themes/metrostyle.yml)
|
||||
### Metro Style [YML](./themes/metrostyle.yml)
|
||||
|
||||

|
||||
|
||||
## Monokai Soda [YML](themes/monokaiSoda.yml)
|
||||
### Monokai Soda [YML](themes/monokaiSoda.yml)
|
||||
|
||||

|
||||
|
||||
## Pop OS [YML](themes/pop_OS.yml)
|
||||
### Pop OS [YML](themes/pop_OS.yml)
|
||||
|
||||

|
||||
|
||||
## robocopAlpha Colors [YML](themes/robocopAlpha.yml)
|
||||
### robocopAlpha Colors [YML](themes/robocopAlpha.yml)
|
||||
|
||||

|
||||
|
||||
## [Seabird](https://github.com/nightsense/seabird) [YML](themes/seabird.yml)
|
||||
### [Seabird](https://github.com/nightsense/seabird) [YML](themes/seabird.yml)
|
||||
|
||||
Foreground color has been made darker `#1A1A1A` than original to improve contrast
|
||||
|
||||

|
||||
|
||||
## Spacemacs light [YML](themes/spacemacsLight.yml)
|
||||
### Spacemacs light [YML](themes/spacemacsLight.yml)
|
||||
|
||||
Changes: green to `#009F6B` and magenta to `#29A0AD`.
|
||||
|
||||

|
||||
|
||||
## Spacer by robocopAlpha [YML](./themes/spacer.yml)
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
## Terminal app basic [YML](themes/terminalBasic.yml)
|
||||
### Terminal app basic [YML](themes/terminalBasic.yml)
|
||||
|
||||

|
||||
|
||||
## Ubuntu [YML](themes/ubuntu.yml)
|
||||
### Ubuntu [YML](themes/ubuntu.yml)
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue