Add alternative dark theme
This commit is contained in:
parent
3ad925ad84
commit
a5a83c4121
2 changed files with 221 additions and 0 deletions
|
|
@ -557,6 +557,9 @@ function showOptionsMenu() {
|
|||
$("<option/>").attr("value", "assets/css/darkstrap.css")
|
||||
.text("Dark")
|
||||
.appendTo(gen_theme);
|
||||
$("<option/>").attr("value", "assets/css/altdark.css")
|
||||
.text("Alternate Dark")
|
||||
.appendTo(gen_theme);
|
||||
gen_theme.val(USEROPTS.theme);
|
||||
addOption(general, "Theme", gen_theme);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue