rigel icon indicating copy to clipboard operation
rigel copied to clipboard

[Addition] Emacs theme

Open thapakazi opened this issue 4 years ago • 3 comments

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: screenshot-20200711-07:21:57

Any emacs folks in house for review ??

thapakazi avatar Jul 11 '20 01:07 thapakazi

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.

Rigellute avatar Jul 24 '20 09:07 Rigellute

Would love to use this @thapakazi, care to share? :innocent:

harofax avatar Feb 22 '21 15:02 harofax

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:

  1. get the gist cotents to a lisp file like: /tmp/rigel-theme.el
  2. M-x load-file /tmp/rigel-theme.el
  3. M-x enable-theme and choose rigel

CHEERS !!

thapakazi avatar Feb 25 '21 06:02 thapakazi