Update README.md

This commit is contained in:
Sourav Goswami
2020-08-24 04:33:27 +05:30
committed by GitHub
parent 32f0640a72
commit 2454e100bb

View File

@@ -29,9 +29,9 @@ https://www.pling.com/p/1360254/
1. Install dependencies:
- ruby
2. cd into the generate/ directory.
2. cd into the generator/ directory.
3. Generate a file called colours.conf with colourname and colour value in hex, separated with =. For example:
3. Create a file called colours.conf with colourname and colour value in hex, separated with =. For example:
```
spark_dark = #222
@@ -42,9 +42,8 @@ spark_orange = #FFA726
spark_green = #4E9A06
spark_purple = #912BFF
```
It's most likely have some contents, remove and insert according to your likings.
It's most likely have some contents, remove and insert lines according to your likings.
4. Run `convert.rb`. This will convert your colours and map it to the cursors.
4. Run convert.rb This will convert your colours and map it to the cursors.
5. Go to the manual install section and start building the cursor.
5. Follow [Manual Install](https://github.com/Souravgoswami/oreo-cursors#manual-install) for installation.