In case you want to contribute to Delta by providing icons please do so by creating a vector-based icon, cloning this repo and issuing a pull request with regards to these points:
- Vectors (SVG, EPS, PDF, ...) go to the
contributed-vectors
folder- Please keep filenames in lowercase alphabet with underscores
- 192 * 192 pixel PNG file
icon_name.png
goes toapp/src/main/res/drawable-nodpi
- Name of the icon in these files, in this format
<item drawable="icon_name" />
(Add a duplicate line insideNew
Category)app/src/main/assets/drawable.xml
app/src/main/res/xml/drawable.xml
- ComponentInfo has to be in the following files according to their format (At the end preferably for readability purpose):
app/src/main/assets/appfilter.xml
app/src/main/res/xml/appfilter.xml
- Dropped support as of March 2021app/src/main/res/xml/appmap.xml
app/src/main/res/xml/theme_resources.xml
- Give yourself an entry at the bottom of
app/src/main/res/xml/contributors.xml
Usage notes:
- Davy's grey (#56595B) as default Black
- Coral pink (#FF837D) as default Red and Fuzzy Wuzzy (#BA6561) as default Dark Red. Shades of Red are specifically for shading purposes
- Transparencies - White (25%, 50%, 70%) and Black (15%, 25%) can be used as overlay for additional shading
Adobe Swatch Exchange Palette (Right-Click → Save as)
GPL pallete (Inkscape, Karbon) (Right-Click → Save as)
(Right-Click → Save as) (Right-Click → Save as)Now (Use Now Alt from the same family for alternate lowercase "a")
- Icon Pusher by southpaw.dev
- Icon Request by Kaiserdragon2