Skip to content

edsulaiman/jetbrains-rider-dark-theme

Repository files navigation

JetBrains Rider Dark Theme

VSCode Theme based on JetBrains Rider Dark theme ("New UI").

Screenshot

Installing

This extension is available for free in the Visual Studio Code Marketplace

What's new?

Click here to go to the Changelog

Inconsistencies?

If you find any inconsistency in any language, raise an Issue and I'll fix it, please provide a sample for the language so I can compare.

Custom Font

The original JetBrains Rider use "JetBrains Mono" font family, You can download and install the font in your system, and add this option to have a custom font:

{
  "editor.fontSize": 13,
  "editor.lineHeight": 22,
  "editor.fontFamily": "JetBrains Mono"
}

Credits