|
|
@ -412,8 +412,6 @@ define([
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
}, true);
|
|
|
|
}, true);
|
|
|
|
|
|
|
|
|
|
|
|
Messages.settings_colortheme_custom = "Custom"; // XXX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makeBlock('colortheme', function (cb) {
|
|
|
|
makeBlock('colortheme', function (cb) {
|
|
|
|
var theme = window.cryptpadStore.store['colortheme'] || 'default';
|
|
|
|
var theme = window.cryptpadStore.store['colortheme'] || 'default';
|
|
|
|
var os = window.cryptpadStore.store['colortheme_default'] || 'light';
|
|
|
|
var os = window.cryptpadStore.store['colortheme_default'] || 'light';
|
|
|
|