mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-05 03:54:25 -08:00
titlebar config for vscode
This commit is contained in:
19
config/vscode/README.md
Normal file
19
config/vscode/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# VSCode Config
|
||||
|
||||
| Platform | Config Path |
|
||||
| --- | --- |
|
||||
| macOS | `/Users/michael/Library/Application Support/VSCodium/User` |
|
||||
|
||||
## Theme Customizations
|
||||
|
||||
Red titlebar to distinguish VSCode windows (Codium preferred):
|
||||
|
||||
```json
|
||||
"workbench.colorCustomizations": {
|
||||
"[Default Dark+]": {
|
||||
"titleBar.activeBackground": "#aa5555",
|
||||
"titleBar.inactiveBackground": "#883333"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user