mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
9 lines
197 B
JSON
9 lines
197 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "High Contrast Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#000000",
|
|
"editorForeground": "#FFFFFF",
|
|
"editorGuide": "#FFFFFF"
|
|
}
|
|
} |