DEV Community

Discussion on: What's your favorite editor/terminal color scheme?

Collapse
 
4lch4 profile image
Devin W. Leaman • Edited

I use Visual Studio Code and I'm a huge fan of the Panda theme combined with the Material Icon Theme for their beautiful icons. I also added a slight customization to the workbench colors:

"workbench.colorCustomizations": {
    "activityBar.background": "#263238",
    "editorIndentGuide.activeBackground": "#B2DFDB",
    "sideBarSectionHeader.background": "#263238",
    "statusBar.background": "#388E3C"
}

Resulting in an editor like so:

VS_Code_Image

Full res available here