mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
8 lines
160 B
JSON
8 lines
160 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Dark Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#1e1e1e",
|
|
"editorForeground": "#D4D4D4"
|
|
}
|
|
} |