mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Dark Default Colors",
|
|
"colors": {
|
|
"editorBackground": "#1e1e1e",
|
|
"editorForeground": "#D4D4D4",
|
|
"editorInactiveSelection": "#3A3D41",
|
|
"editorIndentGuides": "#404040",
|
|
"editorSelectionHighlight": "#add6ff26"
|
|
}
|
|
} |