🌈 Colors

⬆ Colors section improved in README.md
This commit is contained in:
Kaiz 2020-08-12 09:28:42 +05:30 committed by GitHub
commit 1e4865ad5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View file

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Windows Cursors Info` added in `src/svg/README.md` ([14d85f7](https://github.com/ful1e5/apple_cursor/commit/14d85f7ed289d681685e698eae4d0f205b6a3f3a)) - `Windows Cursors Info` added in `src/svg/README.md` ([14d85f7](https://github.com/ful1e5/apple_cursor/commit/14d85f7ed289d681685e698eae4d0f205b6a3f3a))
- Quick install and Build Docs Improved - Quick install and Build Docs Improved
- Color palette Icons Chnaged to Semi-Circle
- Window **Config** Sorted ([acbbea2](https://github.com/ful1e5/apple_cursor/commit/acbbea24238fbfd43b405e4af73cc9f8b0101a59)) - Window **Config** Sorted ([acbbea2](https://github.com/ful1e5/apple_cursor/commit/acbbea24238fbfd43b405e4af73cc9f8b0101a59))
### Added ### Added

View file

@ -112,14 +112,14 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)**
#### Colors #### Colors
![#13A3F5](https://placehold.it/15/13A3F5/000000?text=+) ![#13A3F5](https://imgur.com/m0JhD7W.png)
![#4DCB2C](https://placehold.it/15/4DCB2C/000000?text=+) ![#4DCB2C](https://imgur.com/wtyqDHv.png)
![#FED103](https://placehold.it/15/FED103/000000?text=+) ![#FED103](https://imgur.com/5km5GW6.png)
![#FE9D0C](https://placehold.it/15/FE9D0C/000000?text=+) ![#FE9D0C](https://imgur.com/Gx2eGbm.png)
![#F2493C](https://placehold.it/15/F2493C/000000?text=+) ![#F2493C](https://imgur.com/hl22EPB.png)
![#B75DCC](https://placehold.it/15/B75DCC/000000?text=+) ![#B75DCC](https://imgur.com/wev8rfw.png)
![#000000](https://placehold.it/15/000/000000?text=+) ![#000000](https://imgur.com/24cocpe.png)
![#fffff](https://placehold.it/15/fff/000000?text=+) ![#fffff](https://imgur.com/YyhMKNT.png)
#### Quick install #### Quick install
@ -221,7 +221,7 @@ GitHub Actions is automatically runs on every `push`(on **master** and **dev** b
### Manual Build ### Manual Build
```bash ```bash
# This command setup python virtual environment && install all packages # This command setup python virtual environment && install all python & npm packages
yarn setup yarn setup
# Build & Unpack built cursor theme # Build & Unpack built cursor theme
yarn compile && yarn unpack yarn compile && yarn unpack