Themer - Download
Custom Themes!
Note: This plugin is quite heavy. If your Aliucord becomes slow, it may be why. If you are rooted, consider using the Xposed Discord Themer instead.
- Custom colours
- Custom icon (drawable) colours
- Optional transparency with a custom background wallpaper (may be laggy on older devices)
- Custom fonts
- Themes are single json files
- Theme auto updates
- Fully featured Theme Editor
Simply install the plugin and install a theme from the #themes channel on the Aliucord server by long pressing the message and clicking the context menu install button.
Simply open the plugin settings, click new theme and go crazy! Check the pins in the #theme-development for help.
{
"manifest": {
"name": "Awesome Theme",
"version": "1.0.0",
"author": "Ven",
"license": "Unlicense",
"updater": "url to raw json file, will be used to update your theme"
},
"simple_colors": {
"some_color_name": -1371931
},
"background": {
"url": "background-url",
"overlay_alpha": 150,
"blur_radius": 1.7
},
"fonts": {
"*": "everywhere-font-url",
"ginto_bold": "ginto-replacement-url"
},
"colors": {
"brand_new": -13978120
},
"drawableTints": {
"drawable_overlay_channels_selected_dark": -131020192
}
}