Releases: weijiangan/emacs-snazzy
Releases · weijiangan/emacs-snazzy
First Release!!
Finally got some time to study Emacs package format and MELPA rules (it's actually not difficult at all). This file is now installable using M-x package-install-file
.
As always, credits go to @sindresorhus for coming up with this scheme, I only adapted it for base16-themes
format so that it can be used in Emacs. It was a pretty interesting experience for me though, to write my first Emacs package.
To use this theme, just install it with MELPA or clone this repo and run M-x package-install-file
on snazzy-theme.el
. After that, just add the following line to your init.el
:
(load-theme 'snazzy t)
Simple as that!
Hope you enjoy your new look, and happy coding!