mirror of
https://github.com/srid/ema.git
synced 2024-11-29 09:25:14 +03:00
vscode colors
This commit is contained in:
parent
df835d2e9c
commit
4ab94b46b4
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -1,5 +1,10 @@
|
||||
{
|
||||
"editor.formatOnType": true,
|
||||
"editor.formatOnSave": true,
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix"
|
||||
"nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix",
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#1A322B",
|
||||
"titleBar.activeBackground": "#24463C",
|
||||
"titleBar.activeForeground": "#F7FBFA"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user