light_defaults.json 1.1 KB
Newer Older
1 2 3 4
{
	"$schema": "vscode://schemas/color-theme",
	"name": "Light Default Colors",
	"colors": {
B
Benjamin Pasero 已提交
5
		"editor.background": "#FFFFFF",
6 7
		"editor.foreground": "#000000",
		"editor.inactiveSelectionBackground": "#E5EBF1",
B
Benjamin Pasero 已提交
8
		"editorIndentGuide.background": "#D3D3D3",
9
		"editorIndentGuide.activeBackground": "#939393",
10
		"editor.selectionHighlightBackground": "#ADD6FF80",
11
		"editorSuggestWidget.background": "#F3F3F3",
B
Benjamin Pasero 已提交
12
		"activityBarBadge.background": "#007ACC",
13
		"sideBarTitle.foreground": "#6F6F6F",
14
		"list.hoverBackground": "#E8E8E8",
15
		"input.placeholderForeground": "#767676",
16
		"searchEditor.textInputBorder": "#CECECE",
17
		"settings.textInputBorder": "#CECECE",
18 19
		"settings.numberInputBorder": "#CECECE",
		"statusBarItem.remoteForeground": "#FFF",
20 21
		"statusBarItem.remoteBackground": "#16825D",
		"sideBarSectionHeader.background": "#0000",
22
		"sideBarSectionHeader.border": "#61616130",
23
		"tab.lastPinnedBorder": "#61616130",
24
		"notebook.focusedCellBackground": "#c8ddf150",
25
		"notebook.cellBorderColor": "#dae3e9",
R
Rob Lourens 已提交
26
		"notebook.outputContainerBackgroundColor": "#c8ddf150"
27 28
	},
	"semanticHighlighting": true
29
}