Skip to content

wyze/vscode-hybrid-next

Repository files navigation

Hybrid Next

Version Installs Rating

A port of the Hybrid Next theme to VS Code.

Installation

Extension Marketplace

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

ext install theme-hybrid-next

Download .vsix From Releases

Go to the latest release and download the .vsix file.

Use the VS Code Command Palette (⇧⌘P) and run Extensions: Install from VSIX....

Clone Repository

Change to your VS Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone this repository as wyze.theme-hybrid-next:

$ git clone https://github.com/wyze/vscode-hybrid-next.git wyze.theme-hybrid-next

Screenshots

Screenshots are using Fira Code font.

Base

JS HTML

Gray Background

Gray Background JS Gray Background HTML

Build

This will generate the themes to the themes/ folder.

$ git clone https://github.com/wyze/vscode-hybrid-next.git
$ cd vscode-hybrid-next
$ npm install
$ npm run build

Credits

Thank you to Kai Cataldo for making the Hybrid Next theme for Atom.

Change Log

Full Change Log

v2.4.0 (2019-07-27)

License

MIT © Neil Kistner