diff --git a/menu/skeleton-parts/themes.js b/menu/skeleton-parts/themes.js index 62fd5b752..33a5f6179 100644 --- a/menu/skeleton-parts/themes.js +++ b/menu/skeleton-parts/themes.js @@ -1,8 +1,5 @@ /*-------------------------------------------------------------- >>> THEMES ----------------------------------------------------------------- -# Font -# Themes --------------------------------------------------------------*/ extension.skeleton.main.layers.section.themes = { @@ -10,12 +7,7 @@ extension.skeleton.main.layers.section.themes = { variant: 'themes', category: true, on: { - click: { - section: { - component: 'section', - variant: 'card' - } - } + click: {} }, icon: { @@ -46,7 +38,7 @@ extension.skeleton.main.layers.section.themes = { }; /*-------------------------------------------------------------- -# THEMES +# SECTION --------------------------------------------------------------*/ extension.skeleton.main.layers.section.themes.on.click.section = { @@ -57,12 +49,10 @@ extension.skeleton.main.layers.section.themes.on.click.section = { component: 'label', variant: 'custom-theme', text: 'custom', - radio: { component: 'radio', group: 'theme', value: 'custom', - checked: true, on: { click: { section: { @@ -87,7 +77,7 @@ extension.skeleton.main.layers.section.themes.on.click.section = { default: { component: 'label', variant: 'default-theme', - text: 'default_theme', + text: 'default', radio: { component: 'radio', group: 'theme', @@ -99,7 +89,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = { component: 'label', variant: 'black-theme', text: 'black', - radio: { component: 'radio', group: 'theme', @@ -110,7 +99,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = { component: 'label', variant: 'plain-theme', text: 'plain', - radio: { component: 'radio', group: 'theme', @@ -131,7 +119,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = { component: 'label', variant: 'night-theme', text: 'night', - radio: { component: 'radio', group: 'theme', @@ -142,7 +129,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = { component: 'label', variant: 'dawn-theme', text: 'dawn', - radio: { component: 'radio', group: 'theme',