--- a/luci-app-argon-config/root/etc/config/argon +++ b/luci-app-argon-config/root/etc/config/argon @@ -3,8 +3,8 @@ config global option dark_primary '#483d8b' option blur '10' option blur_dark '10' - option transparency '0.5' - option transparency_dark '0.5' - option mode 'normal' - option online_wallpaper 'bing' + option transparency '0.3' + option transparency_dark '0.3' + option mode 'dark' + option online_wallpaper 'default' --- a/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js +++ b/luci-app-argon-config/htdocs/luci-static/resources/view/argon-config.js @@ -50,11 +50,12 @@ return view.extend({ s.anonymous = true; o = s.option(form.ListValue, 'online_wallpaper', _('Wallpaper source')); + o.value('default', _('Default')); o.value('none', _('Built-in')); o.value('bing', _('Bing')); o.value('unsplash', _('Unsplash')); o.value('wallhaven', _('Wallhaven')); - o.default = 'bing'; + o.default = 'default'; o.rmempty = false; o = s.option(form.ListValue, 'mode', _('Theme mode')); --- a/luci-theme-argon/ucode/template/themes/argon/header_login.ut +++ b/luci-theme-argon/ucode/template/themes/argon/header_login.ut @@ -46,7 +46,7 @@ -%} - + {% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %} @@ -54,9 +54,7 @@