diff --git a/README.md b/README.md index adc14c1..77c41de 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,15 @@ # alacritty colors +## About +This repo contains snippets for color schemes to use with [alacritty](https://github.com/alacritty/alacritty) terminal emulator (and other similar apps) and bash scripts to [apply themes](./apply_themes.sh) and [show the current theme's colors](./show_colors.sh). + ## Demo Here is a quick demo of the process of applying themes to alacritty. ![demo.gif](assets/demo.gif) - -## About -This repo contains snippets for color schemes to use with [alacritty](https://github.com/alacritty/alacritty) terminal emulator (and other similar apps) and bash scripts to [apply themes](./apply_themes.sh) and [show the current theme's colors](./show_colors.sh). - ## How to use 1. Clone the repo and give execute permissions to included scripts.