File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/vs/workbench/contrib/welcomeGettingStarted/common/media Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ export default () => `
12
12
<div class="theme-picker-row">
13
13
<checkbox when-checked="setTheme:${ ThemeSettingDefaults . COLOR_THEME_DARK } " checked-on="config.workbench.colorTheme == '${ ThemeSettingDefaults . COLOR_THEME_DARK } '">
14
14
<img width="200" src="./dark.png"/>
15
- ${ escape ( localize ( 'dark' , "Dark" ) ) }
15
+ ${ escape ( localize ( 'dark' , "Dark Modern " ) ) }
16
16
</checkbox>
17
17
<checkbox when-checked="setTheme:${ ThemeSettingDefaults . COLOR_THEME_LIGHT } " checked-on="config.workbench.colorTheme == '${ ThemeSettingDefaults . COLOR_THEME_LIGHT } '">
18
18
<img width="200" src="./light.png"/>
19
- ${ escape ( localize ( 'light' , "Light" ) ) }
19
+ ${ escape ( localize ( 'light' , "Light Modern " ) ) }
20
20
</checkbox>
21
21
</div>
22
22
<div class="theme-picker-row">
You can’t perform that action at this time.
0 commit comments