Hi, On Wed, Jan 13, 2016 at 05:20:16PM +0100, Daniel Hahler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I am using the following key mappings to switch between a light and dark > theme variant (solarized): > > URxvt.keysym.M-C-8: > command:\033]11;#fdf6e3\007\033]10;#657b83\007\033]12;#586e75\007\033]13;#586e75\007\033]708;#fdf6e3\007 > URxvt.keysym.M-C-9: > command:\033]11;#002b36\007\033]10;#839496\007\033]12;#93a1a1\007\033]13;#93a1a1\007\033]708;#002b36\007 > > But I would also like to adjust the color of the scrollbar from there. > > It seems like 709 (as in "\033]709;#657b83\007") could be used, but it's not > as easy as with the following patch, probably because the scrollbar needs to > get re-initialized.
the scrollbar code does not support changing the colors. To have this feature you would need to add a scrollbar method that recreates the scrollbar graphics contexts (see the 'init' if blocks in scrollbar-*.C). Emanuele _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
