This commit is contained in:
2022-12-15 16:39:50 -08:00
parent 485c5237dc
commit a695ed26c7
17 changed files with 1483 additions and 70 deletions

View File

@@ -4,7 +4,30 @@
| --- | --- |
| macOS | `/Users/michael/Library/Application Support/VSCodium/User` |
## Theme Customizations
## Pure Dark Theme
Slight, cleaner variation on original Dark+ theme
![](../../img/vscodetheme.png)
```json
"workbench.colorCustomizations": {
"[Default Dark+]": {
"titleBar.activeBackground": "#202020",
"titleBar.border": "#242424",
"editor.background": "#141414",
"sideBar.background": "#191919",
"activityBar.background": "#242424",
"tab.inactiveBackground": "#202020",
"tab.hoverBackground": "#323232",
"statusBar.background": "#191919"
}
},
```
## Code/Codium Differentiator
Red titlebar to distinguish VSCode windows (Codium preferred):
@@ -17,3 +40,4 @@ Red titlebar to distinguish VSCode windows (Codium preferred):
}
```