Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
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/dracula/vis.git
Download using the GitHub .zip download option and unzip them.
mkdir -p ~/.config/vis/themes cp base16-dracula.lua ~/.config/vis/themes
visrc.lua
to ~/.config/vis/
, or add vis:command('set theme base16-dracula')
inside vis.events.subscribe(vis.events.INIT, ...
function (global config options) in your visrc.lua
file.optionally you can try it out beforehand with :set theme base16-dracula
(command mode in vis)