Alchemy Theme for Visual Studio Code
A dark theme for VS Code alchemists.
- Go to
View -> Command Palette
or pressCtrl+Shift+P
; - Then enter
Install Extension
; - Write
Alchemy Theme
; - Select it or press
Enter
to install.
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/thgmhz/alchemy ~/.vscode/extensions/theme-alchemy
$ cd ~/.vscode/extensions/theme-alchemy
$ npm install
$ npm run build
Run Visual Studio Code. The Alchemy Theme
theme will be available from File -> Preferences -> Color Theme
dropdown menu.
Thiago Munhoz |