Skip to content

Commit 1a4f40d

Browse files
committed
chore: vscode theme config
1 parent 66b1453 commit 1a4f40d

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@
77
"statusBar.background": "#b7ea9f",
88
"statusBarItem.hoverBackground": "#98e175",
99
"statusBar.foreground": "#15202b",
10-
"statusBar.border": "#b7ea9f",
11-
"titleBar.border": "#b7ea9f"
10+
"activityBar.activeBackground": "#d6f3c9",
11+
"activityBar.activeBorder": "#7d9ce2",
12+
"activityBar.background": "#d6f3c9",
13+
"activityBar.foreground": "#15202b",
14+
"activityBar.inactiveForeground": "#15202b99",
15+
"activityBarBadge.background": "#7d9ce2",
16+
"activityBarBadge.foreground": "#15202b",
17+
"sash.hoverBorder": "#d6f3c9",
18+
"statusBarItem.remoteBackground": "#b7ea9f",
19+
"statusBarItem.remoteForeground": "#15202b"
1220
},
1321
"peacock.color": "#b7ea9f"
1422
}

0 commit comments

Comments
 (0)