sailorhg / fairyfloss

fairy floss text editor theme
http://sailorhg.github.io/fairyfloss
300 stars 45 forks source link

autoconverted theme for emacs #3

Open lrlna opened 8 years ago

lrlna commented 8 years ago

✨ fairyfloss ✨ in spacemacs (or emacs!) or spacemacs!

The initial sublime theme was auto-converted using this awesome gem.

Themes could be published to emacs' MELPA, but really don't have to be. They could be manually installed like so:

  1. Download .el package
  2. Add it to your ~/.emacs.d/themes
  3. In your ~/.emacs or ~/.spacemacs or ~/init.el add the following code to get started with the ✨ magic ✨ that is fairyfloss:
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'fairyfloss t)

BOOM! 🎉

sailorhg commented 8 years ago

aw yay thank you for doing this! i'll merge it in & add it to the instructions tomorrow!

lrlna commented 8 years ago

oh yay! I am happy this might come in useful 💜 I totally wasn't sure \o/

Auralcat commented 7 years ago

Ugh, wish I had seen this PR earlier before starting to port the theme by hand :joy: At least now I know how to create custom themes in Emacs :) I'm doing some adjustments to the theme, such as the minibuffer prompt color, the highlight region color and ido-mode.

gempesaw commented 5 years ago

(two years later) hiii thanks y'all for making fairyfloss, and the port, and the updates! :)))

ended up looking for an emacs version after seeing that recent tweet about assembly in fairyfloss :p

in case anyone else is looking, it seems like auralcat's updates are here!? : https://github.com/Auralcat/fairyfloss/blob/gh-pages/fairyfloss-theme.el