mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
9 lines
216 B
JSON
9 lines
216 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "High Contrast Default Colors",
|
|
"colors": {
|
|
"editor.background": "#000000",
|
|
"editor.foreground": "#FFFFFF",
|
|
"editorIndentGuide.background": "#FFFFFF"
|
|
}
|
|
} |