mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "High Contrast Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#000000",
|
|
"editorForeground": "#FFFFFF",
|
|
"editorIndentGuides": "#FFFFFF"
|
|
}
|
|
} |