mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-17 03:45:25 +02:00
Add new "BetterTitan" theme (#10)
* Create style.css * Create Temp * Upload Fonts * Update embed.html.j2 * Add BT to options list * Delete Temp
This commit is contained in:
committed by
Jeremy "EndenDragon" Zhang
parent
3456d13f50
commit
735bcbea75
@ -6,7 +6,7 @@
|
||||
/* global moment */
|
||||
|
||||
(function () {
|
||||
const theme_options = ["DiscordDark"]; // All the avaliable theming names
|
||||
const theme_options = ["DiscordDark", "BetterTitan"]; // All the avaliable theming names
|
||||
|
||||
var has_already_been_focused = false; // keep track of if the embed has initially been focused.
|
||||
var logintimer; // timer to keep track of user inactivity after hitting login
|
||||
|
Reference in New Issue
Block a user