-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreaper-ui.code-workspace
More file actions
26 lines (26 loc) · 932 Bytes
/
reaper-ui.code-workspace
File metadata and controls
26 lines (26 loc) · 932 Bytes
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
{
"folders": [
{
"path": "reaper-webapp"
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4d9964",
"activityBar.activeBorder": "#614b94",
"activityBar.background": "#4d9964",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#614b94",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#3c774e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4d9964",
"titleBar.activeBackground": "#3c774e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#3c774e99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#3c774e"
}
}