A discord theme compatible with most other themes made for Powercord. Adds neat looking icons to the settings menu (works well with this snippet on the powercord discord server). Adding your plugin
Want to use on the web version of discord or BetterDiscord/BandagedBD? There's a port! (Server settings not ported, plugin icons N/A)
Want icons for languages in codeblocks? Check it out here
Head over to your themes folder, open a command prompt / powershell / terminal / or git bash and enter the following:
git clone https://github.com/Snapperito/Settings-Icons.git
If you would like to add an icon for your plugin, open a PR in this repo
Icon Rules:
- Format: follow existing icon format and styles. Add file to repo, don't use
url
. - Type: SVG/Vector image (don't cheat; use an actual one, not a bitmap fill).
- Size: 18x18 (if non square icon center then flatten on a square and fix the fill).
- Fill: mono color, transparent.
- Detail: keep detail low, preferably use something from the Icon Packs.
- Unique: make sure it isn't the same/similar icon as any other plugin or built-in setting.
Resources:
- Icon Packs
- https://figma.com (vector editing webapp)
- inkscape (vector editing program)
- https://pngtosvg.com (Bitmap to Vector rasterizer, make sure to clean afterwards on an editor)
- ClearVision BD Theme (source): Original idea, layout css, icon selection (Material)
- Snapperito: Port & Initial Organization, maintenance
- botato: Server settings icon selection, maintenance
- MulverineX: Many plugin icon selections (~half custom made from Packs), maintained
- AAGaming: Github Actions script to build files for performance.
- Powercord Community: Fixing CSS & Contributing icons for their plugins