mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[theme] dark & light plus (#1470)
This commit is contained in:
22
extensions/theme-dark-plus/package.json
Normal file
22
extensions/theme-dark-plus/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "theme-dark-plus",
|
||||
"version": "0.1.0",
|
||||
"publisher": "vscode",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Dark+",
|
||||
"description": "Dark theme with a touch of color",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus.tmTheme"
|
||||
},
|
||||
{
|
||||
"label": "Light+",
|
||||
"description": "Light theme with a touch of color",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus.tmTheme"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user