tonybaldwin (
tonybaldwin) wrote2012-04-11 09:13 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Entry tags:
- @,
- color,
- foss hackers,
- lazy admin,
- tcl,
- tk,
- webdesign
Color Chooser

http://tonybaldwin.me/hax/doku.php?id=colorchooser
If you make websites, like I do, and you edit them in a real editor (i.e. vim), especially on a remote server over ssh, and not some atrociously convoluted, graphical "wysiwyg" monstrosity for writing web pages that creates bloated, nasty code, well, sometimes you need a hexcode for a color for your css style sheets, and stuff. What do you do?
For this purpose, I made ColorChooser, which is just a little gui tool for grabbing color codes.

Now, most of the work was really already done, tk having a color chooser tool, already. All I did was write a script to make it easy to call that tool up so you could find a color, then copy/paste the hex code to wherever you need it.

#tcl #tk #color #webdesign
@Foss Hackers @Lazy Admin