diff --git a/README.md b/README.md index be84ad4..d6e42fc 100644 --- a/README.md +++ b/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) ![image-20200730153019490](assets/argonaut.png) -### Ayu Mirage [YML](themes/ayuMirage.yml) +### Ayu Mirage [toml](themes/ayuMirage.toml) ![image-20200730153019490](assets/ayuMirage.png) -### Birds of Paradise [YML](themes/birds_of_paradise.yml) +### Birds of Paradise [toml](themes/birds_of_paradise.toml) ![birds of paradise](assets/birds of paradise.png) -### [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` ![image-20200730153216611](assets/bloodmoon.png) -### Breeze (KDE) [YML](themes/breeze.yml) +### Breeze (KDE) [toml](themes/breeze.toml) ![image-20200730153019490](assets/breeze.png) -### Breeze2 [YML](themes/breeze2.yml) +### Breeze2 [toml](themes/breeze2.toml) modified from KDE Breeze by robocopAlpha ![breeze2](./assets/breeze2.png) -### Darktooth [YML](themes/darktooth.yml) +### Darktooth [toml](themes/darktooth.toml) ![image-20200730153019490](assets/darktooth.png) -### Dracula [YML](themes/dracula.yml) +### Dracula [toml](themes/dracula.toml) ![image-20200730153019490](assets/dracula.png) -### Github Light [YML](themes/githubLight.yml) +### Github Light [toml](themes/githubLight.toml) ![githubLight](assets/githubLight.png) -### Gruvbox [YML](themes/gruvbox.yml) +### Gruvbox [toml](themes/gruvbox.toml) ![image-20200730153019490](assets/gruvbox.png) -### [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). ![image-20200730153904592](assets/hyper.png) -### Iterm Default [YML](themes/iterm2.yml) +### Iterm Default [toml](themes/iterm2.toml) ![image-20200730154037517](assets/iterm2.png) -### Kitty [YML](themes/kitty.yml) +### Kitty [toml](themes/kitty.toml) ![image-20200730153019490](assets/kitty.png) -### [Material Theme](https://github.com/equinusocio/material-theme) [YML](themes/material.yml) +### [Material Theme](https://github.com/equinusocio/material-theme) [toml](themes/material.toml) ![image-20200730154203299](assets/material.png) -### Metro Style [YML](./themes/metrostyle.yml) +### Metro Style [toml](./themes/metrostyle.toml) ![metrostyle](assets/metrostyle.png) -### Monokai Soda [YML](themes/monokaiSoda.yml) +### Monokai Soda [toml](themes/monokaiSoda.toml) ![image-20200730154326639](assets/monokaiSoda.png) -### 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 ![monokaisoda2](assets/monokaiSoda2.png) -### PaperColor Light [YML](themes/paperColorLight.yml) +### PaperColor Light [toml](themes/paperColorLight.toml) ![paper color light](assets/paperColorLight.png) -### Paraiso Dark [YML](themes/paraisoDark.yml) +### Paraiso Dark [toml](themes/paraisoDark.toml) ![paraiso dark](assets/paraisoDark.png) -### Pencil Light [YML](themes/pencilLight.yml) +### Pencil Light [toml](themes/pencilLight.toml) ![pencil light](assets/pencilLight.png) -### Pop OS [YML](themes/pop_OS.yml) +### Pop OS [toml](themes/pop_OS.toml) ![image-20200730155432908](assets/pop_OS.png) -### robocopAlpha Colors [YML](themes/robocopAlpha.yml) +### robocopAlpha Colors [toml](themes/robocopAlpha.toml) ![image-20200730160014996](assets/robocopAlpha.png) -### [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 ![image-20200730154721260](assets/seabird.png) -### Spacemacs light [YML](themes/spacemacsLight.yml) +### Spacemacs light [toml](themes/spacemacsLight.toml) Changes: green to `#009F6B` and magenta to `#29A0AD`. ![image-20200730160138239](assets/spacemacsLight.png) -### 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. ![spacer](assets/spacer.png) -### Terminal app basic [YML](themes/terminalBasic.yml) +### Terminal app basic [toml](themes/terminalBasic.toml) ![image-20200730155241817](assets/terminalBasic.png) -### Ubuntu [YML](themes/ubuntu.yml) +### Ubuntu [toml](themes/ubuntu.toml) ![image-20200730155325668](assets/ubuntu.png)