mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 09:05:44 +00:00
19 lines
676 B
JSON
19 lines
676 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"editorGroup.border": "#d68b62",
|
|
"panel.border": "#d68b62",
|
|
"sash.hoverBorder": "#d68b62",
|
|
"sideBar.border": "#d68b62",
|
|
"statusBar.background": "#cc6d39",
|
|
"statusBar.foreground": "#15202b",
|
|
"statusBarItem.hoverBackground": "#a7572b",
|
|
"statusBarItem.remoteBackground": "#cc6d39",
|
|
"statusBarItem.remoteForeground": "#15202b",
|
|
"titleBar.activeBackground": "#cc6d39",
|
|
"titleBar.activeForeground": "#15202b",
|
|
"titleBar.inactiveBackground": "#cc6d3999",
|
|
"titleBar.inactiveForeground": "#15202b99"
|
|
},
|
|
"peacock.color": "#CC6D39"
|
|
}
|