mirror of
https://github.com/mrfluffy-dev/oreo-cursor.git
synced 2026-01-17 13:50:34 +00:00
Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -24,5 +24,24 @@ https://www.pling.com/p/1360254/
|
||||
|
||||
3. Choose a theme in the Settings or in the Tweaks tool.
|
||||
|
||||
### Generate user defined colours:
|
||||
|
||||
1. Install dependencies:
|
||||
- ruby
|
||||
|
||||
2. cd into the src/ directory.
|
||||
|
||||
3. Generate a file called colours.conf with colourname and colour value in hex, separated with =. For example:
|
||||
|
||||
```
|
||||
spark_dark = #222
|
||||
spark_red = #ff5555
|
||||
spark_blue = #55ffff
|
||||
spark_pink = #ff50a6
|
||||
spark_orange = #FFA726
|
||||
spark_green = #4E9A06
|
||||
spark_purple = #912BFF
|
||||
```
|
||||
|
||||
4. Run convert.rb
|
||||
This will convert your colours and map it to the cursors.
|
||||
|
||||
Reference in New Issue
Block a user