From da20fad63a1370f73c3a00b4a68ed85d035a3ec3 Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty <35454738+dchakro@users.noreply.github.com> Date: Sat, 5 Sep 2020 20:37:13 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.