mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
13 lines
392 B
JSON
13 lines
392 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",
|
|
"activityBarBadge.background": "#007ACC"
|
|
}
|
|
} |