This commit is contained in:
Adriene Hutchins 2020-10-09 20:12:11 -04:00
parent 897111a35f
commit ae36bd57ac
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"python.pythonPath": "/home/taciturasa/.pyenv/versions/3.8.1/bin/python3.8", "python.pythonPath": "/Users/taciturasa/.pyenv/versions/3.8.5/bin/python",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.background": "#2f7c47", "activityBar.background": "#2f7c47",
"activityBar.activeBackground": "#2f7c47", "activityBar.activeBackground": "#2f7c47",
@ -14,9 +14,7 @@
"titleBar.inactiveForeground": "#e7e7e799", "titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#215732", "statusBar.background": "#215732",
"statusBarItem.hoverBackground": "#2f7c47", "statusBarItem.hoverBackground": "#2f7c47",
"statusBar.foreground": "#e7e7e7", "statusBar.foreground": "#e7e7e7"
"statusBar.border": "#215732",
"titleBar.border": "#215732"
}, },
"peacock.color": "#215732" "peacock.color": "#215732"
} }