synthwave-vscode
synthwave-vscode copied to clipboard
Making the background darker
Hello,
I'd like to make the background of the coding area darker, it just seems a bit too bright and I like to work in typically higher contrast environments. All the other colours are fine.
Is there a way I can do this?
you can try this in the settings.json
"workbench.colorCustomizations": { "editor.background": "#050505", },