Rigellute / rigel

🌌 Colorscheme for vim, terminal, vscode and slack - based on the star Rigel ✨.
https://rigel.netlify.com/
511 stars 37 forks source link

[Addition] Emacs theme #12

Open thapakazi opened 3 years ago

thapakazi commented 3 years ago

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 ??

Rigellute commented 3 years ago

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.

harofax commented 3 years ago

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

thapakazi commented 3 years ago

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 !!