Skip to content

cstrlcs/vespertino

 
 

Repository files navigation

Vesper Preview

Vespertino

Install →

Vespertino is based on the great theme Vesper by Rauno Freiberg. It is a Peppermint and orange flavored dark theme for VSCode.

While the original theme is incredible, I've decided to fork it to keep updating it with some personal preferences.

Changes

  • New color for type declarations
  • Bold for function calls, declarations and HTML tags
  • Italic for comments and keywords
  • Some small tweaks

Fonts (Optional)

The fonts I use in the preview are Fira Code and Victor Mono.

Sadly, VSCode doesn't support multiple fonts right now. You can use Victor Mono alone for a similar effect.

If you really want to mix fonts, you can use this extension to inject this line of CSS into your VSCode:

/* Changes the font only for the italic part of the code. */
.mtki {font-family: 'Victor Mono';}

Beware that adding custom CSS is a hack and it is optional. Use it at your own risk.

Credits