mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
update readme after 0.3 update
This commit is contained in:
parent
1e223270bb
commit
e314b81836
1 changed files with 32 additions and 44 deletions
76
README.md
76
README.md
|
|
@ -26,28 +26,16 @@ Here is a quick demo of the process of applying themes to alacritty.
|
|||
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.
|
||||
|
||||
```shell
|
||||
echo "live_config_reload: true" >> ~/.alacritty.yml
|
||||
```
|
||||
|
||||
3. Overwrite the [base.yml](./base.yml) with your `~/.alacritty.yml`.
|
||||
2. Overwrite the [base.toml](./base.toml) with your `~/.alacritty.toml`.
|
||||
|
||||
```sh
|
||||
cd /path/to/alacritty_colors
|
||||
cp ~/.alacritty.yml ./base.yml
|
||||
cp ~/.alacritty.toml ./base.toml
|
||||
```
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
5. Apply/Backup/Reset themes using
|
||||
4. Apply/Backup/Reset themes using
|
||||
|
||||
```sh
|
||||
./apply_theme.sh
|
||||
|
|
@ -70,117 +58,117 @@ curl -sL 'https://raw.githubusercontent.com/dchakro/alacritty_colors/master/show
|
|||
|
||||
## Preview of themes
|
||||
|
||||
### [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [YML](themes/argonaut.yml)
|
||||
### [Argonaut](https://github.com/pwaleczek/Argonaut-theme) [toml](themes/argonaut.toml)
|
||||
|
||||

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

|
||||
### Birds of Paradise [YML](themes/birds_of_paradise.yml)
|
||||
### Birds of Paradise [toml](themes/birds_of_paradise.toml)
|
||||
|
||||

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

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

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

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

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

|
||||
|
||||
### Github Light [YML](themes/githubLight.yml)
|
||||
### Github Light [toml](themes/githubLight.toml)
|
||||

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

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

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

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

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

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

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

|
||||
### Monokai Soda version 2 [YML](themes/monokaiSoda2.yml)
|
||||
### Monokai Soda version 2 [toml](themes/monokaiSoda2.toml)
|
||||
Gray and white are changed from the base theme
|
||||

|
||||
### PaperColor Light [YML](themes/paperColorLight.yml)
|
||||
### PaperColor Light [toml](themes/paperColorLight.toml)
|
||||

|
||||
|
||||
|
||||
### Paraiso Dark [YML](themes/paraisoDark.yml)
|
||||
### Paraiso Dark [toml](themes/paraisoDark.toml)
|
||||
|
||||

|
||||
### Pencil Light [YML](themes/pencilLight.yml)
|
||||
### Pencil Light [toml](themes/pencilLight.toml)
|
||||

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

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

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

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

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

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

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