Skip to content

Releases: weijiangan/emacs-snazzy

First Release!!

28 Aug 08:05
Compare
Choose a tag to compare

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!