-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathvscode-extra-settings-light.json
44 lines (44 loc) · 1.75 KB
/
vscode-extra-settings-light.json
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
"activityBar.background": "#F5F5F5",
"activityBar.foreground": "#B9B9B9",
"activityBarBadge.background": "#EDEDED",
"activityBarBadge.foreground": "#3C3C3C",
"editor.background": "#F5F5F5",
"editor.findMatchBackground": "#C3E8F3",
"editor.findMatchHighlightBackground": "#C3E8F3",
"editor.findRangeHighlightBackground": "#29BEEA",
"editor.foreground": "#3C3C3C",
"editor.hoverHighlightBackground": "#EDEDED",
"editor.inactiveSelectionBackground": "#C3E8F3",
"editor.lineHighlightBackground": "#EDEDED",
"editor.rangeHighlightBackground": "#EDEDED",
"editor.selectionBackground": "#C3E8F3",
"editor.wordHighlightBackground": "#C3E8F3",
"editor.wordHighlightStrongBackground": "#29BEEA",
"editorCursor.foreground": "#29BEEA",
"editorGroupHeader.tabsBackground": "#F5F5F5",
"editorIndentGuide.background": "#F5F5F5",
"editorLineNumber.foreground": "#B9B9B9",
"editorWhitespace.foreground": "#B9B9B9",
"list.activeSelectionBackground": "#C3E8F3",
"list.activeSelectionForeground": "#3C3C3C",
"list.inactiveSelectionBackground": "#EDEDED",
"peekViewEditor.matchHighlightBackground": "#EDEDED",
"peekViewResult.matchHighlightBackground": "#C3E8F3",
"sideBar.background": "#F5F5F5",
"sideBar.foreground": "#3C3C3C",
"sideBarSectionHeader.background": "#F5F5F5",
"sideBarSectionHeader.foreground": "#3C3C3C",
"statusBar.background": "#F5F5F5",
"statusBar.foreground": "#3C3C3C",
"tab.activeBackground": "#EDEDED",
"tab.activeBorder": "#EDEDED",
"tab.activeForeground": "#3C3C3C",
"tab.border": "#F5F5F5",
"tab.inactiveBackground": "#F5F5F5",
"tab.inactiveForeground": "#B9B9B9",
"titleBar.activeBackground": "#F5F5F5",
"titleBar.activeForeground": "#3C3C3C",
"titleBar.inactiveBackground": "#F5F5F5",
"titleBar.inactiveForeground": "#B9B9B9",
"widget.shadow": "#EDEDED",
"scrollbar.shadow": "#EDEDED"