Awesome
Rouge Theme for VSCode
<p align="center"> <a href="https://github.com/josefaidt/rouge-theme"> <img alt="Rouge" src="https://raw.githubusercontent.com/josefaidt/rouge-theme/main/img/banner2.png" width="1000" /> </a> </p>VSCode theme created for a dark, material feel with a flushed color palette. Inspiration was drawn from Atom's Material Theme and loved-syntax for Atom.
Version 2 is even more flushed, darker, and real cozy.
Screenshots
HTML
SCSS
JavaScript
JavaScript/JSX
Markdown
Recommended Settings
I prefer to use the colorless version of file-icons and the settings below. If you do not have Operator Mono installed, Fira Code works well also, though the italics are optimized for use with Operator Mono.
{
"workbench.iconTheme": "file-icons-colourless",
"editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace"
}
Options
Sidebar Headers
As of version 1.1.0 the sidebar header colors ("Open Editors" and "Projects") have been flattened. If you preferred the Rouge colored headers, add the following to your User Settings
"workbench.colorCustomizations": {
"sideBarSectionHeader.background": "#c6797edf",
"sideBarSectionHeader.foreground": "#fff"
}
Activity Bar Icons
In version 1.3.3 the activity bar icons were re-colored to silver for better contrast amongst the icon badges. If you preferred the Rouge colored icons, please add the following to your User Settings
"workbench.colorCustomizations": {
"activityBar.foreground": "#c6797e",
}
Issues or Concerns
Create an issue on the repository.