Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 51d599b

Browse files
committed
add wds branding colors
1 parent 962b445 commit 51d599b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,13 @@
1111
// This will get emmet working in JSX.
1212
"emmet.includeLanguages": {
1313
"javascript": "javascriptreact"
14+
},
15+
16+
// 🔥 WebDevStudios - Your Success Is Our Mission. 🌮
17+
"workbench.colorCustomizations": {
18+
"titleBar.activeForeground": "#3f4040",
19+
"titleBar.inactiveForeground": "#3f4040CC",
20+
"titleBar.activeBackground": "#F3713C",
21+
"titleBar.inactiveBackground": "#F3713CCC"
1422
}
1523
}

0 commit comments

Comments
 (0)