Files
vscode/extensions/theme-defaults/themes/dark_defaults.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"
}
}