https://github.com/cachyos/cachyos-icons
Custom Icons Made for CachyOS
https://github.com/cachyos/cachyos-icons
Last synced: 5 months ago
JSON representation
Custom Icons Made for CachyOS
- Host: GitHub
- URL: https://github.com/cachyos/cachyos-icons
- Owner: CachyOS
- Created: 2022-12-26T14:25:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T19:01:44.000Z (about 3 years ago)
- Last Synced: 2024-10-29T14:22:24.932Z (over 1 year ago)
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CachyOS-icons
Custom Icons Made for CachyOS
## How to Contribute
### How to Make Icons Inheritable
- Make Sure defs tag has this defenition
```svg
.ColorScheme-Text {
color:#333333;
}
.ColorScheme-Background{
color:#ffffff;
}
.ColorScheme-Highlight {
color:#1dc7b5;
}
```
- Each path that you need to inherit color from the OS, should have these Property
```svg
```