-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetting.json
54 lines (54 loc) · 2.23 KB
/
setting.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
45
46
47
48
49
50
51
52
53
54
"workbench.colorCustomizations": {
"editorGroup.border": "#00000000",
"editor.background": "#131318",
"sideBar.background": "#131318",
"sideBar.foreground": "#c7c7c7",
"sideBarSectionHeader.background": "#131318",
"breadcrumb.background": "#131318",
"minimap.background": "#131318",
"titleBar.activeBackground": "#282830",
"titleBar.activeForeground": "#c7c7c7",
"widget.shadow": "#2a2a3300",
"list.warningForeground": "#f0ce0d",
"list.highlightForeground": "#e86e2c",
"list.focusHighlightForeground": "#dd3636",
"tab.activeBackground": "#313438a8",
"tab.inactiveBackground": "#131318",
"tab.border": "#ff000000",
"editor.hoverHighlightBackground": "#3f4a6f62",
"scrollbar.shadow": "#6b454500",
"statusBar.background": "#131318",
"statusBar.foreground": "#54a3ec",
"menu.background": "#2a2a33d8",
"editorLineNumber.activeForeground": "#ffffffde",
"editor.lineHighlightBackground": "#31344760",
"menu.selectionBackground": "#41414ba6",
"menu.border": "#2a2a33cc",
"menu.separatorBackground": "#383747",
"badge.background": "#5284f1",
"activityBar.background": "#131318",
"activityBarBadge.background": "#5284f1",
"activityBar.inactiveForeground": "#c7c7c7",
"activityBar.activeBackground": "#45455fcc",
"terminal.background": "#131318",
"terminal.foreground": "#b6b5b5",
"terminal.border": "#ededed00",
"terminal.selectionBackground": "#373949a1",
"editorSuggestWidget.background": "#131318d0",
"editorSuggestWidget.border": "#ff000000",
"editorSuggestWidget.selectedBackground": "#2f2f41e8",
"editorSuggestWidget.foreground": "#d8d8d8ee",
"editorGroup.dropBackground": "#1f2227ab",
"editorGroupHeader.tabsBackground": "#131318",
"sideBarSectionHeader.foreground": "#c4c4c4",
"editorIndentGuide.background": "#69212118",
"editorOverviewRuler.border": "#ff000000",
"panel.border": "#0c0c0c00",
"editorHoverWidget.background": "#13131dde",
"editorHoverWidget.border": "#0e0d0d00",
"editorHoverWidget.foreground": "#c7c7c7",
"activityBar.foreground": "#dfdfdff9",
"panel.background": "#131318"
},
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.lineHeight": 1.6,