edsulaiman / jetbrains-rider-dark-theme

VSCode Theme based on JetBrains Rider Dark theme.

Home Page:https://marketplace.visualstudio.com/items?itemName=EdwinSulaiman.jetbrains-rider-dark-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetBrains Rider Dark Theme

VSCode Theme based on JetBrains Rider Dark theme.

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