aboutsummaryrefslogtreecommitdiff
path: root/themes/Arc Dark-color-theme.json
blob: 3efe1115f5348e2a0cea092e91cc9fba3f3590ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	"name": "Arc Dark",
	"include": "./include/dark+_vs.json",
	"colors": {
		"focusBorder": "#404552",
		"foreground": "#D3DAE3",
		"button.background": "#383C4A",
		"button.foreground": "#FFF",
		"input.background": "#393f4c",
		"input.foreground": "#FFF",
		"inputValidation.errorBackground": "#FC4138",
		"inputValidation.infoBackground": "#4DADD4",
		"inputValidation.warningBackground": "#F27835",
		"sideBar.background": "#2f343f",
		"sideBarSectionHeader.background": "#262b33",
		"sideBarTitle.foreground": "#FFF",
		"list.hoverBackground": "#0000",
		"list.dropBackground": "#F08437",
		"activityBar.background": "#262b33",
		"editorGroup.background": "#262b33",
		"editorGroup.dropBackground": "#FFFFFF0F",
		"editor.background": "#2f343f",
		"editor.foreground": "#CCC",
		"editor.lineHighlightBackground": "#FFF1",
		"editor.selectionBackground": "#88F5",
		"editor.inactiveSelectionBackground": "#FFF2",
		"editorLineNumber.foreground": "#FFF4",
		"editorCursor.foreground": "#5294E2",
		"editorGroupHeader.tabsBackground": "#2f343f",
		"editorGroupHeader.noTabsBackground": "#2f343f",
		"editorWidget.background": "#2f343f",
		"editorHoverWidget.background": "#2f343f",
		"editorHoverWidget.border": "#0004",
		"tab.activeBackground": "#0000",
		"tab.activeForeground": "#FFF",
		"tab.border": "#0000",
		"tab.inactiveBackground": "#0002",
		"tab.inactiveForeground": "#CCC",
		"statusBar.background": "#262b33",
		"statusBar.debuggingBackground": "#F04A50",
		"statusBar.noFolderBackground": "#262b33",
		"statusBar.foreground": "#CCC",
		"statusBarItem.activeBackground": "#0004",
		"statusBarItem.hoverBackground": "#0002",
		"statusBarItem.prominentBackground": "#0044",
		"statusBarItem.prominentHoverBackground": "#0002",
		"titleBar.activeBackground": "#2f343f",
		"titleBar.activeForeground": "#CCC",
		"titleBar.inactiveBackground": "#2f343f",
		"titleBar.inactiveForeground": "#888",
		"panelTitle.activeBorder": "#2f343f",
		"notification.background": "#262a33",
		"notification.foreground": "#EEE"
	}
}