mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-20 23:29:57 +01:00
[theme] rename extension to 'colorful-defaults'
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "theme-colorful-defaults",
|
||||
"displayName": "Colorful Default Themes - Please provide feedback in issue 1849",
|
||||
"description": "The default VS Code Light and Dark themes with a touch of color. We are considering adding these to the default themes in the January release. Please provide feedback in issue 1849.",
|
||||
"categories": [ "Themes" ],
|
||||
"version": "0.1.5",
|
||||
"publisher": "aeschli",
|
||||
"engines": { "vscode": "*" },
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"label": "Dark+ (Experimental)",
|
||||
"description": "Default dark theme with a touch of color - Please provide feedback in issue 1849",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/dark_plus.tmTheme"
|
||||
},
|
||||
{
|
||||
"label": "Light+ (Experimental)",
|
||||
"description": "Default light theme with a touch of color - Please provide feedback in issue 1849",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/light_plus.tmTheme"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
{
|
||||
"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