Skip to content

eenaree/webstorm-new-ui-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebStorm New UI Theme

This theme has been designed with color schemes similar to WebStorm New UI.

The syntax highlighting follows the color palette of the WebStorm New UI, but there are some parts that purposely differentiate themselves from the WebStorm theme.

For example, I've applied italic styles to built-in objects, types and interfaces, making it easier to distinguish when writing code. There are more things besides this. Also, The syntax highlighting method between the dark theme and the light theme is slightly different.

Preview

New Light

Webstorm New Light

New Light with Dark Header

Webstorm New Light with Dark Header

New Dark

Webstorm New Dark

New Darcula

Webstorm New Darcula

Installation

  1. Open Extensions in VSCode's sidebar. (or From Command Palette (Ctrl+Shift+P), View: Show Extensions)
  2. Search for WebStorm New UI Theme.
  3. Click Install to install it.
  4. From Command Palette (Ctrl+Shift+P), select Preferences: Color Theme and select a theme you want.
    • Webstorm New Light
    • Webstorm New Light with Dark Header
    • Webstorm New Dark
    • Webstorm New Darcula

Supported Languages

  • JavaScript
  • TypeScript
  • HTML
  • CSS, SCSS
  • Markdown
  • JSON

Recommended Editor Settings

"editor.fontFamily": "'Source Code Pro SemiBold'",
"editor.inlayHints.fontSize": 12,
"editor.inlayHints.padding": true,
"editor.bracketPairColorization.enabled": false,
"editor.guides.bracketPairs": "active",
"color-highlight.markRuler": false,
  • Changing the color of the indented space uses indent-rainbow extension.

Resources

About

VSCode's theme with color schemes similar to WebStorm New UI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published