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