-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotfiles.code-workspace
More file actions
46 lines (46 loc) · 1.52 KB
/
Copy pathdotfiles.code-workspace
File metadata and controls
46 lines (46 loc) · 1.52 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"folders": [
{
"name": "rules",
"path": "~/ghq/github.com/shunkakinoki/rules"
},
{
"name": "dotfiles",
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f7c47",
"activityBar.background": "#2f7c47",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#422c74",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"editorError.foreground": "#000000ff",
"editorGroup.border": "#2f7c47",
"editorInfo.foreground": "#000000ff",
"editorWarning.foreground": "#000000ff",
"panel.border": "#2f7c47",
"sash.hoverBorder": "#2f7c47",
"sideBar.border": "#2f7c47",
"statusBar.background": "#215732",
"statusBar.border": "#215732",
"statusBar.debuggingBackground": "#572146",
"statusBar.debuggingBorder": "#572146",
"statusBar.debuggingForeground": "#e7e7e7",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f7c47",
"statusBarItem.remoteBackground": "#215732",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#2f7c47",
"titleBar.activeBackground": "#215732",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#215732",
"titleBar.inactiveBackground": "#21573299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#215732"
}
}