We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b88310 commit 688c0b7Copy full SHA for 688c0b7
extensions/theme-defaults/themes/2026-dark.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "vscode://schemas/color-theme",
3
"name": "2026 Dark",
4
- "include": "../../theme-defaults/themes/dark_modern.json",
+ "include": "./dark_modern.json",
5
"type": "dark",
6
"colors": {
7
"foreground": "#bfbfbf",
extensions/theme-defaults/themes/2026-light.json
"name": "2026 Light",
- "include": "../../theme-defaults/themes/light_modern.json",
+ "include": "./light_modern.json",
"type": "light",
"foreground": "#202020",
0 commit comments