Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 742 Bytes

INSTALL.md

File metadata and controls

17 lines (10 loc) · 742 Bytes

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

  1. Place dracula.micro into ~/.config/micro/colorschemes (create the folder if it doesn't exist).
  2. Add export MICRO_TRUECOLOR=1 to your shell RC file (eg. bashrc, zshrc, config.fish).
  3. Start a new instance of Micro, if the theme isn't available, press Ctrl+e to bring up the command prompt, type in set colorscheme dracula and execute (press Enter).