Purify theme for emacs
-
Add the emacs theme files to
~/.emacs.d/themes/
(Create if directory doesn't exist) -
To load a theme add the following to your
init.el
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'purify t)
- If you dont want bold text, add this to
init.el
:
(set-face-bold-p 'bold nil)
-
I'm not using emacs, this is just a template from dracula emacs theme
-
I'v modified all the color to match purify colors, but syntax is not
-
If you are using emacs, please help me to improve this
-
Thank you in advance ❤️
MIT © Kyoz