-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclockrr.code-workspace
More file actions
27 lines (27 loc) · 1.51 KB
/
clockrr.code-workspace
File metadata and controls
27 lines (27 loc) · 1.51 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#57467B",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveBackground": "#57467B",
"titleBar.inactiveForeground": "#cccccc",
"activityBar.background": "#57467B",
"activityBar.foreground": "#ffffff",
"statusBar.background": "#524948",
"statusBar.foreground": "#70F8BA",
"statusBar.debuggingBackground": "#CAFE48",
"statusBar.debuggingForeground": "#524948"
},
"window.title": "clockrr - ${activeEditorShort}"
},
"extensions": {
"recommendations": [
"anthropic.claude-code"
]
}
}