Skip to content

Commit

Permalink
Commit .vscode and add it to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
micromaomao committed May 15, 2019
1 parent e58d54e commit 74d39fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ bootstrapPapers.dbdump.*
package-lock.json
extract
tags
.vscode
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#ff7e55",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#00801f",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#ff5722",
"titleBar.inactiveBackground": "#ff572299",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#ff5722",
"statusBarItem.hoverBackground": "#ee3900",
"statusBar.foreground": "#15202b"
}
}

0 comments on commit 74d39fd

Please sign in to comment.