Skip to content

Commit

Permalink
chore: update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed May 15, 2020
1 parent dae55c2 commit 025a28f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#6ba1ff",
"activityBar.activeBackground": "#6ba1ff",
"activityBar.activeBorder": "#ffdfeb",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
Expand All @@ -12,7 +13,9 @@
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#3880ff",
"statusBarItem.hoverBackground": "#6ba1ff",
"statusBar.foreground": "#e7e7e7"
"statusBar.foreground": "#e7e7e7",
"statusBar.border": "#3880ff",
"titleBar.border": "#3880ff"
},
"peacock.color": "#3880ff"
}

0 comments on commit 025a28f

Please sign in to comment.