-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathShapeCreations.code-workspace
More file actions
32 lines (32 loc) · 1.11 KB
/
ShapeCreations.code-workspace
File metadata and controls
32 lines (32 loc) · 1.11 KB
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#a3d9e4",
"activityBar.background": "#a3d9e4",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d46bc2",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#a3d9e4",
"statusBar.background": "#7bc9d9",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#53b9ce",
"statusBarItem.remoteBackground": "#7bc9d9",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#7bc9d9",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#7bc9d999",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#7bc9d9",
"markdown-preview-github-styles.darkTheme": "light",
"lpubsppop01.autoTimeStamp.modifiedTimeStart": "[mM]odified *: ",
"lpubsppop01.autoTimeStamp.birthTimeStart": "[cC]reated *: "
}
}