-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotfiles.code-workspace
54 lines (54 loc) · 1.41 KB
/
dotfiles.code-workspace
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
47
48
49
50
51
52
53
54
{
"folders": [
{
"name": "Repository",
"path": "/Users/drew/dev-local/dotfiles"
},
{
"name": "Shell Local",
"path": "/Users/drew/.shell"
},
{
"name": "Custom Local",
"path": "/Users/drew/.shell-custom"
},
{
"name": "Local ~",
"path": "/Users/drew/.home-directory-dotfiles"
},
],
"settings": {
"workbench.colorCustomizations": {
"[Panda Syntax]": {
"titleBar.activeBackground": "#2c2c54",
"titleBar.inactiveBackground": "#1e1e3d",
"titleBar.activeForeground": "#edfbff",
"editor.background": "#202020"
},
"[Electron]": {
"titleBar.activeBackground": "#2c2c54",
"titleBar.inactiveBackground": "#1e1e3d",
"titleBar.activeForeground": "#edfbff"
},
"titleBar.activeBackground": "#eb5424",
"titleBar.inactiveBackground": "#eb542499",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"docs/**": true,
".docz/**": true,
".rpt2_cache/**": true,
".dist/**": true
},
"peacock.color": "#eb5424",
"peacock.affectStatusBar": false,
"peacock.affectActivityBar": false,
"terminal.integrated.cwd": "/Users/drew/dev-local/dotfiles"
}
}