mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Default theme name polish
This commit is contained in:
@@ -9,14 +9,12 @@
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Dark+",
|
||||
"description": "Default dark theme with a touch of color",
|
||||
"label": "Dark+ (default)",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus.tmTheme"
|
||||
},
|
||||
{
|
||||
"label": "Light+",
|
||||
"description": "Default light theme with a touch of color",
|
||||
"label": "Light+ (default)",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus.tmTheme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user