mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Link Fire Wyvern and Ice Wyvern themes into the codebase
This commit is contained in:
		@@ -80,6 +80,14 @@ QUERY_PARAMETERS = [
 | 
				
			|||||||
                "name": "DiscordDark",
 | 
					                "name": "DiscordDark",
 | 
				
			||||||
                "default": False,
 | 
					                "default": False,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "name": "FireWyvern",
 | 
				
			||||||
 | 
					                "default": False,
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "name": "IceWyvern",
 | 
				
			||||||
 | 
					                "default": False,
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                "name": "MetroEdge",
 | 
					                "name": "MetroEdge",
 | 
				
			||||||
                "default": False,
 | 
					                "default": False,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,7 @@
 | 
				
			|||||||
/* global post_timeout */
 | 
					/* global post_timeout */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(function () {
 | 
					(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
 | 
					    const badges_options = ["administrator", "partner", "supporter", "discordbotsorgvoted"]; // All badges avaliable
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    var user_def_css; // Saves the user defined css
 | 
					    var user_def_css; // Saves the user defined css
 | 
				
			||||||
 
 | 
				
			|||||||
| 
		 Before Width: | Height: | Size: 687 KiB After Width: | Height: | Size: 687 KiB  | 
| 
		 Before Width: | Height: | Size: 687 KiB After Width: | Height: | Size: 687 KiB  | 
@@ -175,6 +175,8 @@
 | 
				
			|||||||
            <select id="theme-selector">
 | 
					            <select id="theme-selector">
 | 
				
			||||||
              <option value="" selected>Default</option>
 | 
					              <option value="" selected>Default</option>
 | 
				
			||||||
              <option value="DiscordDark">DiscordDark</option>
 | 
					              <option value="DiscordDark">DiscordDark</option>
 | 
				
			||||||
 | 
					              <option value="FireWyvern">Fire Wyvern</option>
 | 
				
			||||||
 | 
					              <option value="IceWyvern">Ice Wyvern</option>
 | 
				
			||||||
              <option value="MetroEdge">MetroEdge</option>
 | 
					              <option value="MetroEdge">MetroEdge</option>
 | 
				
			||||||
              <option value="BetterTitan">BetterTitan</option>
 | 
					              <option value="BetterTitan">BetterTitan</option>
 | 
				
			||||||
            </select>
 | 
					            </select>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user