mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-23 03:55:45 +00:00
adding initial Page scaffolding
This commit is contained in:
18
.vscode/settings.json
vendored
Normal file
18
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user