Link Fire Wyvern and Ice Wyvern themes into the codebase

This commit is contained in:
Jeremy Zhang
2018-07-04 06:35:01 +00:00
parent 1bcd073cb2
commit cb10ba9323
19 changed files with 11 additions and 1 deletions

View File

@ -22,7 +22,7 @@
/* global post_timeout */
(function () {
const theme_options = ["DiscordDark", "MetroEdge", "BetterTitan"]; // All the avaliable theming names
const theme_options = ["DiscordDark", "FireWyvern", "IceWyvern", "MetroEdge", "BetterTitan"]; // All the avaliable theming names
const badges_options = ["administrator", "partner", "supporter", "discordbotsorgvoted"]; // All badges avaliable
var user_def_css; // Saves the user defined css

View File

Before

Width:  |  Height:  |  Size: 687 KiB

After

Width:  |  Height:  |  Size: 687 KiB

View File

Before

Width:  |  Height:  |  Size: 687 KiB

After

Width:  |  Height:  |  Size: 687 KiB