after some research I finally found a colour scheme for rxvt-unicode called urxvt-solarized https://github.com/jimmysjolund/urxvt-solarized.
But after some time using it, I'd like to adapt some of the colours to my liking. So I looked at the source of urxvt-solarized and basically found pair of (nested) perl hashes. The first obviously maps 16 colour names to hexedecimal colour codes and the second nested one numbers as well as some strings to the (traditional?) colour names as can be seen here: https://github.com/jimmysjolund/urxvt-s ... /solarized
The problem for me arises from the fact that I did not find an explanation what number causes what part of rxvt to be colourized. If I understand it correctly,
Code: Select all
$schemes{"dark"}{0}Code: Select all
base02Code: Select all
"#073642"Kind regards,
Andreas




