tinted-theming / base16-emacs

Base16 themes for Emacs
MIT License
382 stars 77 forks source link

Add Screenshots #26

Closed pawandubey closed 8 years ago

pawandubey commented 8 years ago

It'd be nice to have screenshots for each of the themes as it would allow one to quickly scan through the styles. Some base 16 styles are available on emacsthemes.com but that list seems incomplete.

belak commented 8 years ago

I've got a fun little elisp file which will loop through all the themes and output images. There's an initial version on the screenshots branch.

If you have a better idea about what file to load (or packages you'd like to see) for the screenshot, please let me know.

pawandubey commented 8 years ago

I checked it out and it looks nice. As a suggestion, I think the two buffers, one with code and one with an Org file will be best.

belak commented 8 years ago

I updated it to include the README as well. I'm still not sure what the best place to put this is, because updating all the images will make this repo get really big really fast, so I'll leave this open until I figure out what to do about that.

belak commented 8 years ago

http://belak.github.io/base16-emacs/

Currently using org-mode to generate an html page. It's on a separate branch, so it shouldn't be a huge deal to wipe out all the images and let GH rebuild pages.

As always, improvements are welcome.