Skip to content

Commit

Permalink
peacock extension customization
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 22, 2024
1 parent 5c66990 commit 392fff4
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,25 @@
"Lua.workspace.ignoreDir": [
".vscode",
"_build/Noir.lua"
]
],
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#999999",
"activityBar.background": "#999999",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#5858c7",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#999999",
"statusBar.background": "#808080",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#666666",
"statusBarItem.remoteBackground": "#808080",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#808080",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#80808099",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "grey"
}

0 comments on commit 392fff4

Please sign in to comment.