Skip to content

Commit 688c0b7

Browse files
authored
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
1 parent 8b88310 commit 688c0b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/theme-defaults/themes/2026-dark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "vscode://schemas/color-theme",
33
"name": "2026 Dark",
4-
"include": "../../theme-defaults/themes/dark_modern.json",
4+
"include": "./dark_modern.json",
55
"type": "dark",
66
"colors": {
77
"foreground": "#bfbfbf",

extensions/theme-defaults/themes/2026-light.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "vscode://schemas/color-theme",
33
"name": "2026 Light",
4-
"include": "../../theme-defaults/themes/light_modern.json",
4+
"include": "./light_modern.json",
55
"type": "light",
66
"colors": {
77
"foreground": "#202020",

0 commit comments

Comments
 (0)