Skip to content

Commit

Permalink
Update themes.js formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raszpl authored Apr 8, 2024
1 parent c96d8cc commit d0dbdba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions menu/skeleton-parts/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = {
component: 'label',
variant: 'custom-theme',
text: 'custom',

radio: {
component: 'radio',
group: 'theme',
Expand Down Expand Up @@ -90,7 +89,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = {
component: 'label',
variant: 'black-theme',
text: 'black',

radio: {
component: 'radio',
group: 'theme',
Expand All @@ -101,7 +99,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = {
component: 'label',
variant: 'plain-theme',
text: 'plain',

radio: {
component: 'radio',
group: 'theme',
Expand All @@ -122,7 +119,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = {
component: 'label',
variant: 'night-theme',
text: 'night',

radio: {
component: 'radio',
group: 'theme',
Expand All @@ -133,7 +129,6 @@ extension.skeleton.main.layers.section.themes.on.click.section = {
component: 'label',
variant: 'dawn-theme',
text: 'dawn',

radio: {
component: 'radio',
group: 'theme',
Expand Down

0 comments on commit d0dbdba

Please sign in to comment.