Skip to content

Commit 8b4e8bf

Browse files
author
Fabian Morón Zirfas
committed
chore: Noce vscode colors
1 parent 2d5d227 commit 8b4e8bf

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.vscode/settings.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"workbench.colorCustomizations": {
3-
"activityBar.background": "#a9d882",
4-
"activityBar.foreground": "#15202b",
5-
"activityBar.inactiveForeground": "#15202b99",
6-
"activityBarBadge.background": "#558aca",
7-
"activityBarBadge.foreground": "#15202b",
8-
"titleBar.activeBackground": "#8ecc5b",
9-
"titleBar.inactiveBackground": "#8ecc5b99",
10-
"titleBar.activeForeground": "#15202b",
11-
"titleBar.inactiveForeground": "#15202b99",
12-
"statusBar.background": "#8ecc5b",
13-
"statusBarItem.hoverBackground": "#74ba3a",
14-
"statusBar.foreground": "#15202b"
3+
"activityBar.background": "#fb2045",
4+
"activityBar.foreground": "#e7e7e7",
5+
"activityBar.inactiveForeground": "#e7e7e799",
6+
"activityBarBadge.background": "#115e02",
7+
"activityBarBadge.foreground": "#e7e7e7",
8+
"titleBar.activeBackground": "#e4042a",
9+
"titleBar.inactiveBackground": "#e4042a99",
10+
"titleBar.activeForeground": "#e7e7e7",
11+
"titleBar.inactiveForeground": "#e7e7e799",
12+
"statusBar.background": "#e4042a",
13+
"statusBarItem.hoverBackground": "#fb2045",
14+
"statusBar.foreground": "#e7e7e7"
1515
}
1616
}

0 commit comments

Comments
 (0)