]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/Utils.js
utils: move to using the auto theme per default
[proxmox-widget-toolkit.git] / src / Utils.js
index 2ab1d0ae272e26cc5d2514ae57842ae019749e59..c9c00a9fcb8e447ff1992cc220a89920a6beff26 100644 (file)
@@ -110,13 +110,13 @@ utilities: {
     },
 
     theme_map: {
-       auto: 'auto',
+       crisp: 'Light theme',
        "proxmox-dark": 'Proxmox Dark',
     },
 
     render_theme: function(value) {
        if (!value || value === '__default__') {
-           return Proxmox.Utils.defaultText + ' (Light theme)';
+           return Proxmox.Utils.defaultText + ' (auto)';
        }
        let text = Proxmox.Utils.theme_map[value];
        if (text) {