mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 01:41:53 +00:00
fix: Update window prefs
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"explorer.excludeGitIgnore": false,
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#95ee3a",
|
||||
"activityBar.background": "#95ee3a",
|
||||
"activityBar.foreground": "#15202b",
|
||||
"activityBar.inactiveForeground": "#15202b99",
|
||||
"activityBarBadge.background": "#3290ed",
|
||||
"activityBarBadge.foreground": "#e7e7e7",
|
||||
"commandCenter.border": "#15202b99",
|
||||
"sash.hoverBorder": "#95ee3a",
|
||||
"statusBar.background": "#7ce114",
|
||||
"statusBar.foreground": "#15202b",
|
||||
"statusBarItem.hoverBackground": "#62b210",
|
||||
"statusBarItem.remoteBackground": "#7ce114",
|
||||
"statusBarItem.remoteForeground": "#15202b",
|
||||
"titleBar.activeBackground": "#7ce114",
|
||||
"titleBar.activeForeground": "#15202b",
|
||||
"titleBar.inactiveBackground": "#7ce11499",
|
||||
"titleBar.inactiveForeground": "#15202b99"
|
||||
},
|
||||
"peacock.color": "#7ce114"
|
||||
}
|
||||
Reference in New Issue
Block a user