1
1
Fork 1

Update adjust vscode color.

This commit is contained in:
Derek Smith 2023-04-06 15:10:35 -04:00
parent b665857921
commit 8321345030
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@
"titleBar.inactiveBackground": "#02972799",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#ff9900",
"statusBarItem.hoverBackground": "#ff9900",
"statusBar.background": "#d68100",
"statusBarItem.hoverBackground": "#c77700",
"statusBar.foreground": "#000000"
}
}