You are not logged in.
I love cool terminal colorschemes as much as anyone, but I totally hate writing them and rewriting when they turn out to be ugly, so I decided to make a tool to generate the schemes and preview results on the fly. Since I had an unused domain name and since I am learning the basics of web programming at the moment I decided to make it a web hosted application.
Since I don't want the chores of making all these user bases, registration forms, captcha and such I encourage everyone use dotshare.it as config storage, and I'll try my best to provide the best tool for making terminal emulators and cli/ncurses applications look the way you want them to.
Since the site shares the server with my blog which I pay for anyway, it doesn't require any support fees of its own, so it will be always free of ads and social networking crap.
Please test the prototype page and say what you think and what would you like changed/implemented.
For fg, click on prompt, for bg click somewhere on the left, for basic colors click on corresponding rows, for bright colors click on $COL_B.
When done editing, copy and paste to your Xdefaults.
Currently works for rxvt, will fix real soon.
Offline
Looks good, just three issues:
1) It would be good to display the normal and bright colours on the rows. If I change one, it changes the row value, so I can't see the the other. If you see what I mean.
2) Would it be possible to have a different way to select the colour being edited, say with a radio button or drop down list. It's easy to click in the wrong place and change the wrong setting.
3) Is it possible to have default colour values in the text to copy? Even better if they were remembered between sessions.
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
A couple of improvements:
- separate controls box, hope it would work out better
- optional urxvt/xterm config format
- for each theme a link is automatically generated, which holds all the parameters' values, so you can share a link and whoever follows it would be able to see your theme and tweak it right there
- a 'wtf is this' section added
Thanks skanky, as you can see, two of these issues were taken care of. As for the first one, I tried to mimic the colortheme utility which works just like this.
I actually want to pick a couple of applications and make mockups of them too, to see how the colortheme would look in action, I think it's going to be the next thing I'll add.
Offline
Big improvements there thanks.
I think the bar along the top that shows the current and normal colours solves my first issue.
I'll use it to come up with a new scheme and see if I find anything else, but otherwise it looks good.
Edit: actually there is one thing - when I click on a colour in the top bar, the pop-up comes up initialised to red. Is it possible to initialise it to the current values for that colour?
Last edited by skanky (2012-02-23 09:34:35)
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
> the pop-up comes up initialised to red
Yes, that annoys me too. I'm working on it, but since I'm not a javascript guy, it's kinda slow. It surely will be fixed. Another issue is black controller does not appear with the right color, needs to be fixed too, along with ugly layout as it is now and such. Will see if I'll manage to improve it today.
Offline
Cool, thanks.
"...one cannot be angry when one looks at a penguin." - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle
Offline
great, that's exaxtly what I've been looking for.
Offline
Fixed all color selector issues, will upload when a better css is ready, maybe tomorrow. Most of it is done, need to set up borders and margins and reposition it a little.
Last edited by tartan (2012-02-23 20:28:48)
Offline
Someone should have looked at the page source and give me a huge kick for that ugly repetitive javascript... Now rewriting with $(this) and multiple class attributes.
Offline
Marvelous work. I just wanted to thank you for the hard work. This should make it much easier now for newer users.
Offline
It's not about if the user is new or not, it's about no one can tell how sixteen colors would work together by their hex description. A simple visualiser, not a complicated thing to do.
Offline
A bunch of improvements:
- Fixed bugs caused by me messing up comments formats in T::T, HTML and JS, now every controller appears in right color
- Colorpicker now pops up initialized with the color you are about to edit
- The most important fix - the newlines are kept on paste, shame on me for it being otherwise
- Added some whistles and bells
- I think I'll be periodically changing wallpaper and colorscheme just to add some idea to the whole thing
Next things to come:
- More mockup applications to test the colorscheme
- The home page
Please test, request features, tell me which application's config you would like to see next and such.
Last edited by tartan (2012-02-25 21:38:43)
Offline
Thanks for this! I used to know a web site that did something similar, but it's down now...
Offline
Wow, I really like this! Great work, it speeds up the colorscheme-making process ^__^
Arch | Xmonad
Offline
Sorry, due to switching the hosting provider I had my webserver configuration screwed up a little.
I'll fix it tonight in case you wonder where's the tool and I'm sorry for the inconvenience.
I'll also upload it to github soon so that anyone could laugh at my shitty code have a copy of it.
Offline
OK, it works now. Sorry for breaking it.
Offline
This is awesome ! Thx !
Suggestion: An import feature would be nice. Like importing your colorscheme, though it's not hard to type in by hand but ..
When you release source code on github, I'll maybe fork it and try to implement it myself
Last edited by toringe (2012-04-16 19:25:15)
Offline
Yes, would be neat.
It shouldn't be too difficult to parse. I'll try to implement that, seems to be a nice Friday evening task.
Offline
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
What browser is that?
Offline
What browser is that?
Chromium
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Oh, same on Google Chrome(obvious since chromium have it ..), first I thought that it was made like that.
Offline
Whoops, happy update, chrome guys!
It's strange because I actually tested it with chromium and it worked. Now I have the same bug.
Will look into it this Saturday, it must be easy to fix.
Offline
Wunderbar! Vielen Dank!
transcend to the fifth abode
Offline
Whoops, happy update, chrome guys!
It's strange because I actually tested it with chromium and it worked. Now I have the same bug.
Will look into it this Saturday, it must be easy to fix.
You can fix it in your style.css, you'll need to increase the left on #config
Offline