Add alternative dark theme

This commit is contained in:
calzoneman 2013-09-02 14:53:59 -05:00
parent 3ad925ad84
commit a5a83c4121
2 changed files with 221 additions and 0 deletions

View file

@ -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);