2010/5/8 Zrajm C Akfohg <zr...@klingonska.org>:
> Is there a way to specify exactly which colors to use with the
> set-*-color commands?
>
> I.e. specify a hex value, instead of using X's silly colour names?
>
> I've tried using all of "#RRGGBB", "rgb:RR/GG/BB", and "rgbi:R/G/B",
> but none of those work.

The problem is in update-color-map. It always calls locate-color,
which only works with color names. With a little modification you
could have it skip locate-color if the object is already an
xlib;color. Then you could use make-color to specify exactly what you
want. But you should be aware that all colors are reduced in intensity
for the "normal" map and increased in intensity for the "bright" map.
Dunno why "normal" doesn't just take the colors as is...

-Shawn


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to