Skip to content

Commit

Permalink
clean: remove unused themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 7, 2023
1 parent de5644b commit 451d15e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions demo/src/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,24 +151,12 @@ const defaultThemesExtensions = {
uiTheme: 'vs-dark',
path: './themes/dark_plus.json'
},
{
id: 'Default Dark+ Experimental',
label: '%darkPlusExperimentalColorThemeLabel%',
uiTheme: 'vs-dark',
path: './themes/dark_plus_experimental.json'
},
{
id: 'Default Light+',
label: '%lightPlusColorThemeLabel%',
uiTheme: 'vs',
path: './themes/light_plus.json'
},
{
id: 'Default Light+ Experimental',
label: '%lightPlusExperimentalColorThemeLabel%',
uiTheme: 'vs',
path: './themes/light_plus_experimental.json'
},
{
id: 'Visual Studio Dark',
label: '%darkColorThemeLabel%',
Expand Down

0 comments on commit 451d15e

Please sign in to comment.