mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"$schema": "vscode://schemas/color-theme",
|
|
"name": "Dark Default Colors",
|
|
"colors": {
|
|
"editor.background": "#1e1e1e",
|
|
"editor.foreground": "#D4D4D4",
|
|
"editor.inactiveSelectionBackground": "#3A3D41",
|
|
"editorIndentGuide.background": "#404040",
|
|
"editor.selectionHighlightBackground": "#add6ff26",
|
|
"list.dropBackground": "#383B3D"
|
|
}
|
|
} |