Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.31 KB

README.md

File metadata and controls

53 lines (35 loc) · 2.31 KB

FORXTU ☄️

Version Installs Downloads Rating

A Visual Studio Code theme for the hardcore programmers out there. ✨

FORXTU Theme

FORXTU JavaScript FORXTU Frameworks

FORXTU Light theme in progress

Installation

  1. Install Visual Studio Code
  2. Launch Visual Studio Code
  3. Choose Extensions from menu
  4. Search for forxtu
  5. Pick FORXTU Theme from list
  6. Click Install to install it
  7. Click Reload to reload the Code
  8. From the menu bar click: Code > Preferences > Color Theme > FORXTU Theme

Preferences shown in the preview

The font in the preview image is Fira Code, available here. Editor settings to activate font ligatures:

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

The preview image is using Bracket Pair Colorizer, a great extension that highlights matching brackets.

I use this setting:

"bracketPairColorizer.forceIterationColorCycle": true,

Bracket

Misc

This is my first attempt to create a theme, so if I missed something, please feel free to file an issue!

Any relevant changes for each version are documented in the changelog. Please update and check the changelog before filing any issues, as they may have already been taken care of.

This theme was inspired by this article and Night owl Theme