Skip to content

2.0

Compare
Choose a tag to compare
@dcasella dcasella released this 27 Jun 13:21
· 13 commits to master since this release
939993f

Add VS Code workbench colors.

This is the color setup I've been using for the past years. It's tailored to my personal preference, so if it doesn't suit your tastes you can just override each color value under the workbench.colorCustomizations setting.

For example to get a pitch black Editor background:

"workbench.colorCustomizations": {
    "editor.background": "#000000"
}