We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c6625 commit ccf2336Copy full SHA for ccf2336
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
+.obsidian
3
+.vs
4
*.code-workspace
5
!project.code-workspace
-.vs/*
project.code-workspace
@@ -146,7 +146,8 @@
146
"titleBar.activeBackground": "#00b3e6",
147
"titleBar.activeForeground": "#15202b",
148
"titleBar.inactiveBackground": "#00b3e699",
149
- "titleBar.inactiveForeground": "#15202b99"
+ "titleBar.inactiveForeground": "#15202b99",
150
+ "commandCenter.border": "#15202b99"
151
},
152
"peacock.color": "#00b3e6"
153
}
0 commit comments