Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 690 Bytes

INSTALL.md

File metadata and controls

21 lines (14 loc) · 690 Bytes

Install using Command Palette

  1. Go to View -> Command Palette or press Ctrl+Shift+P;
  2. Then enter Install Extension;
  3. Write Veist Theme;
  4. Select it or press Enter to install.

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/guilhermerodz/veist-theme ~/.vscode/extensions/theme-veist
$ cd ~/.vscode/extensions/theme-veist
$ npm install
$ npm run build

Activating theme

Run Visual Studio Code. The Veist theme will be available from File -> Preferences -> Color Theme dropdown menu.