An open API service indexing awesome lists of open source software.

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

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

```