run this command
- Clone repo
git clone https://github.com/articblush/articblush-emacs.git
in directory of your choosing. - Add the following code in your emacs config file:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") ;;; Make a themes directory and add articblush-emacs to it (load-theme 'articblush t t) (enable-theme 'articblush)
- Official fork from Kborling