/Theme-Dark-Modern

VSCode theme with a nice and modern syntax colors for better logic understanding

MIT LicenseMIT

VSCode theme with a nice and modern syntax colors for better logic understanding

SCREENSHOT


ScreenShot

Node Server :


ScreenShot

Full Screen :

ScreenShot

CSS :


ScreenShot

Tweaks & theming

If you want to play around with colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#282c34",
  "activityBar.background": "#282c34",
  "sideBar.background": "#282c34",
  "tab.activeBorder": "#d19a66",
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
  "[Theme Dark Modern]": {
    "textMateRules": [
      {
        "scope": ["source.js"],
        "settings": {
          "foreground": "#e06c75"
        }
      }
    ]
  }
}

Enjoy!