rigel
rigel copied to clipboard
[Addition] Emacs theme
Would love to paint my emacs with rigel theme, as its becoming default theme everywhere.
Workaround In mean time, I used the existing theme for vim and converted it to rigel-theme.el
Sample
loading the generated theme on vanilla emacs looks like this:
Any emacs folks in house for review ??
Very cool @thapakazi! Please do create a PR for this.
I'm afraid I don't use emacs and so can't weight in on the code.
Would love to use this @thapakazi, care to share? :innocent:
Sure, Its in the gist url above: https://gist.github.com/thapakazi/8d0bc586bd8779e9956ff5381fcef1a6.pibb
And in case you are googling on how to load this theme quick:
- get the gist cotents to a lisp file like:
/tmp/rigel-theme.el
-
M-x load-file /tmp/rigel-theme.el
-
M-x enable-theme
and chooserigel
CHEERS !!