1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00

vscode colors

This commit is contained in:
Sridhar Ratnakumar 2022-02-26 18:18:26 -05:00
parent df835d2e9c
commit 4ab94b46b4

View File

@ -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"
}
}