This is so crazy cool I can't believe it. Thanks for making it so much easier to quickly play with my config.<p>Nice to haves:
1. select your language sample (ruby, lisp, c++, etc.)
2. paste in an existing config and have it load that to start with<p>But regardless, great tool. Many thanks!
I kept clicking on parts of the code hoping it'd automatically select the type of element I had clicked on so I could change its color. Looks like I'm the only one, though, judging from the other comments.
For those of you who don't want to leave Emacs to customize Emacs, you can just put the point near the face that you want to customize, type M-x customize-face, accept the default, and follow the instructions from there. This works in all Emacsen newer than about 18 or so.
You probably should have something to display hex codes/color name or something like that so that you can ensure that two colors for different elements are the same.
Maybe there's a way to do it that I missed, but it would be helpful if when I select a color from the palette, I could see the Hex/RGB value for the color and set it from that as well. That way when I want to set two elements to the same color, I wouldn't have to wait and change it in the config file (which defeats the whole purpose of this application).<p>Otherwise, great idea!
I had this idea a while ago, very pleased to see it realized. What terminals are supported?<p>I wanted to do it for all the permutations of vim, zsh, LS_COLORS, gnome-terminal, urxvt xterm and so forth<p>It would be nice to be able to click the keyword and select the color then.
This is great. By the way, do you (or anyone else) know of a good tutorial/guide for creating color combinations that go well together?<p>UPDATE: One thing that would be nice is to be able to drop a pre-existing color theme in and then tweak it with the color picker.
It would be really cool if you indicated what parts of the file you're editing at the moment. Maybe like underlining all of them? I know you could just change it to some crazy color and see what changes, but then if you want it right back where it was, you can never get it perfectly back.<p>Also, I second the request for being able to paste in a config to base it off of (mostly so that if I make a config, then decide I love it except for 1 or 2 things but want to use your editor instead of messing with the color codes, I can use your editor to tweak it).<p>It's awesome as it is, though. Nice work :)
Where were you when I was hand-coding my current Emacs theme??<p>Great work!<p>My only suggestion is that you could display the lisp code for the theme below the code window so I could both see it update in real time and be able to export it without clicking the button.<p>Surely you don't have to implement this because it was likely a free-time project and it is infinitely better than anything I've ever seen that tries to accomplish this, (because I haven't seen anything that tried to do this and when you divide by zero, well...) but you asked for reviews and that is my sole critique.
Awesome!<p>It would be really nice to see what others are creating.<p>What about saving our themes with a name on the site then the app can allow us to share it and vote it?
Insanely cool. Thanks.<p>Some suggestions:<p>I would prefer a triangle-in-a-color-wheel arrangement for the color picker.<p>One nice addition too would be a complementary color generator with the same saturation-luminance.<p>Another would be having the #rrggbb color so it could be easily copied and pasted between settings.<p>But swill, as it is, it's awesome. Thank you very much!
Could be an idea to have a sample of the current color beside the string.<p>So, beside keywords, there would be a box filled in with the current color, instead of clicking each checkbox it would have a snapshot of all of the colors. Handy to reference them instead of looking at the sample code.
This is really cool! I'd second, third, whatever, the call for an import. It would also be neat if it was pluggable so when someone writes an emacs extension with custom faces, they could write a little snippet file to plugin to this to make those faces available.