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:
Oscar Palafox Verna
2026-04-16 10:46:56 +01:00
committed by GitHub
parent 8b883105ca
commit 688c0b7d6b
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",