mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Enhance 2026 Light Theme and Add Stealth Shadows Styles
- Updated color values in 2026-light.json for improved contrast and accessibility. - Introduced new styles.css file to implement stealth shadows for various UI elements, enhancing visual depth and aesthetics across the workbench. - Adjusted box-shadow properties for components like the activity bar, sidebar, panel, and editor to create a more cohesive design.
This commit is contained in:
@@ -8,23 +8,31 @@
|
||||
"engines": {
|
||||
"vscode": "^1.85.0"
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"css"
|
||||
],
|
||||
"categories": [
|
||||
"Themes"
|
||||
],
|
||||
"contributes": {
|
||||
"themes": [
|
||||
{
|
||||
"id": "2026-light",
|
||||
"id": "2026-light-experimental",
|
||||
"label": "2026 Light",
|
||||
"uiTheme": "vs",
|
||||
"path": "./themes/2026-light.json"
|
||||
},
|
||||
{
|
||||
"id": "2026-dark",
|
||||
"id": "2026-dark-experimental",
|
||||
"label": "2026 Dark",
|
||||
"uiTheme": "vs-dark",
|
||||
"path": "./themes/2026-dark.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"css": [
|
||||
{
|
||||
"path": "./themes/styles.css"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user