mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
Consistent include pathing for new 2026 in theme-defaults (#309880)
* Update 2026-dark.json Use relative path for includes * Update 2026-light.json Use relative path for includes
This commit is contained in:
committed by
GitHub
parent
8b883105ca
commit
688c0b7d6b
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "2026 Dark",
|
||||
"include": "../../theme-defaults/themes/dark_modern.json",
|
||||
"include": "./dark_modern.json",
|
||||
"type": "dark",
|
||||
"colors": {
|
||||
"foreground": "#bfbfbf",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "2026 Light",
|
||||
"include": "../../theme-defaults/themes/light_modern.json",
|
||||
"include": "./light_modern.json",
|
||||
"type": "light",
|
||||
"colors": {
|
||||
"foreground": "#202020",
|
||||
|
||||
Reference in New Issue
Block a user