-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnih-grant-typst.code-workspace
More file actions
33 lines (33 loc) · 1 KB
/
Copy pathnih-grant-typst.code-workspace
File metadata and controls
33 lines (33 loc) · 1 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
33
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.typ": "typst"
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b5e7f8",
"activityBar.background": "#b5e7f8",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f16dd0",
"activityBarBadge.foreground": "#15202b",
"sash.hoverBorder": "#b5e7f8",
"statusBar.background": "#86d8f4",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#57c9f0",
"statusBarItem.remoteBackground": "#86d8f4",
"statusBarItem.remoteForeground": "#15202b",
"commandCenter.border": "#15202b99",
"sideBar.border": "#b5e7f8",
"titleBar.activeBackground": "#86d8f4",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#86d8f499",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#86d8f4"
}
}