mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Implement MetroEdge in the codebase
This commit is contained in:
		@@ -64,6 +64,10 @@ QUERY_PARAMETERS = [
 | 
				
			|||||||
                "name": "DiscordDark",
 | 
					                "name": "DiscordDark",
 | 
				
			||||||
                "default": False,
 | 
					                "default": False,
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            {
 | 
				
			||||||
 | 
					                "name": "MetroEdge",
 | 
				
			||||||
 | 
					                "default": False,
 | 
				
			||||||
 | 
					            },
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -19,7 +19,7 @@
 | 
				
			|||||||
/* global disabled */
 | 
					/* global disabled */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(function () {
 | 
					(function () {
 | 
				
			||||||
    const theme_options = ["DiscordDark", "BetterTitan"]; // All the avaliable theming names
 | 
					    const theme_options = ["DiscordDark", "MetroEdge", "BetterTitan"]; // All the avaliable theming names
 | 
				
			||||||
    const badges_options = ["administrator", "partner", "supporter", "star"]; // All badges avaliable
 | 
					    const badges_options = ["administrator", "partner", "supporter", "star"]; // All badges avaliable
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    var user_def_css; // Saves the user defined css
 | 
					    var user_def_css; // Saves the user defined css
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -157,6 +157,7 @@
 | 
				
			|||||||
            <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="MetroEdge">MetroEdge</option>
 | 
				
			||||||
              <option value="BetterTitan">BetterTitan</option>
 | 
					              <option value="BetterTitan">BetterTitan</option>
 | 
				
			||||||
            </select>
 | 
					            </select>
 | 
				
			||||||
            <p>
 | 
					            <p>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user