Skip to content

Commit 5e3ce06

Browse files
committed
add settings.json to vscode
1 parent 3eda776 commit 5e3ce06

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
///////////////////////////////////
4+
"window.activeBorder": "#ff2424",
5+
///////////////////////////////////
6+
"activityBar.background": "#009255",
7+
"activityBar.foreground": "#d2d2d2",
8+
"activityBar.inactiveForeground": "#ffffff",
9+
///////////////////////////////////
10+
"titleBar.activeBackground": "#009255",
11+
"titleBar.activeForeground": "#ffffff",
12+
"titleBar.inactiveBackground": "#009255",
13+
"titleBar.inactiveForeground": "#ffffff",
14+
"titleBar.foreground": "#ffffff"
15+
///////////////////////////////////
16+
},
17+
"window.title": "📦 ${rootName} | ${activeEditorShort}${separator}${dirty}"
18+
}

0 commit comments

Comments
 (0)