Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
feat: new color
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Jul 20, 2024
1 parent daeea9c commit 02484d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#6ea6db",
"activityBar.background": "#6ea6db",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f9e5ef",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#6ea6db",
"statusBar.background": "#458dd1",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#6ea6db",
"statusBarItem.remoteBackground": "#458dd1",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#458dd1",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#458dd199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#458dd1"
}

0 comments on commit 02484d4

Please sign in to comment.