summaryrefslogtreecommitdiffstats
path: root/target/doc/theme.js
diff options
context:
space:
mode:
Diffstat (limited to 'target/doc/theme.js')
-rw-r--r--target/doc/theme.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/doc/theme.js b/target/doc/theme.js
index 6515f81..3e7a5be 100644
--- a/target/doc/theme.js
+++ b/target/doc/theme.js
@@ -11,7 +11,7 @@ themePicker.onclick = function() {
themePicker.style.borderBottomLeftRadius = "0";
}
};
-["dark","main"].forEach(function(item) {
+["dark","light"].forEach(function(item) {
var but = document.createElement('button');
but.innerHTML = item;
but.onclick = function(el) {