mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
8 lines
161 B
JSON
8 lines
161 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Light Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#ffffff",
|
|
"editorForeground": "#000000"
|
|
}
|
|
} |