Update README.md

This commit is contained in:
Sourav Goswami
2020-08-24 03:37:48 +05:30
committed by GitHub
parent 8f147b5069
commit ae9603ae73

View File

@@ -29,7 +29,7 @@ https://www.pling.com/p/1360254/
1. Install dependencies: 1. Install dependencies:
- ruby - ruby
2. cd into the src/ directory. 2. cd into the generate/ directory.
3. Generate a file called colours.conf with colourname and colour value in hex, separated with =. For example: 3. Generate a file called colours.conf with colourname and colour value in hex, separated with =. For example:
@@ -42,6 +42,8 @@ spark_orange = #FFA726
spark_green = #4E9A06 spark_green = #4E9A06
spark_purple = #912BFF spark_purple = #912BFF
``` ```
It's most likely have some contents, remove and insert 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.