light_defaults.json 531 字节
Newer Older
1 2 3 4
{
	"$schema": "vscode://schemas/color-theme",
	"name": "Light Default Colors",
	"colors": {
B
Benjamin Pasero 已提交
5
		"editor.background": "#FFFFFF",
6
		"editor.foreground": "#000000",
7
		"editorActiveLineNumber.foreground": "#567983",
8
		"editor.inactiveSelectionBackground": "#E5EBF1",
B
Benjamin Pasero 已提交
9 10
		"editorIndentGuide.background": "#D3D3D3",
		"editor.selectionHighlightBackground": "#ADD6FF4D",
11
		"editorSuggestWidget.background": "#F3F3F3",
B
Benjamin Pasero 已提交
12
		"activityBarBadge.background": "#007ACC",
13
		"sideBarTitle.foreground": "#6F6F6F",
14
		"list.hoverBackground": "#E8E8E8"
15 16
	}
}