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/micro.git
Download using the GitHub .zip download option and unzip them.
- Place
dracula.micro
into~/.config/micro/colorschemes
(create the folder if it doesn't exist). - Add
export MICRO_TRUECOLOR=1
to your shell RC file (eg. bashrc, zshrc, config.fish). - Start a new instance of Micro, if the theme isn't available, press
Ctrl+e
to bring up the command prompt, type inset colorscheme dracula
and execute (pressEnter
).