synthwave-vscode icon indicating copy to clipboard operation
synthwave-vscode copied to clipboard

Making the background darker

Open LukeWolfGames opened this issue 4 years ago • 1 comments

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?

LukeWolfGames avatar Jan 18 '21 02:01 LukeWolfGames

you can try this in the settings.json

"workbench.colorCustomizations": { "editor.background": "#050505", },

kanta-mir avatar Sep 24 '21 22:09 kanta-mir