alexandreramosdev / vulgocode-theme-vscode

A dark Vulgocode theme for Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulgocode Color Theme VSCode

Marketplace Installs Ratings

A dark theme for Visual Studio Code based on spotify background color

Installation

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install Vulgocode

or Open Crtl + Shift + X and search for Vulgocode Color Theme

ScreenShooter

Screenshot html

Screenshot javascript

Screenshot json

Screenshot javascript

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors.

Alexandre Ramos
Alexandre Ramos

Customization

If you are using VSCode 1.2+ versions you can customize the colors to your liking, overriding the ones provided by this theme. More info here

Custom Font

I don't supply a custom font either, but you might be used to see screenshots of the VulgoCode Color theme using the FiraCode font. You can easily customize your settings to use it.
If you download and install the font in your system, you can add this option to have a custom font:

{
  "editor.fontFamily": "Fira Code",
  "editor.fontLigatures": true
}

License

MIT License

About

A dark Vulgocode theme for Visual Studio Code.

License:MIT License


Languages

Language:JavaScript 68.7%Language:CSS 31.3%