pudb icon indicating copy to clipboard operation
pudb copied to clipboard

True color support?

Open sisrfeng opened this issue 4 years ago • 3 comments

Configuring the color theme with 256 index color is quite painful.

sisrfeng avatar Nov 24 '21 02:11 sisrfeng

Should already be there. Urwid supports it, and pudb themes merely use Urwid's attributes.

inducer avatar Nov 24 '21 17:11 inducer

image

Using color like "#ff0000" instead of color like "h22" causes error: image

require more colors than have been specified (16)

image

sisrfeng avatar Sep 02 '22 06:09 sisrfeng

I actually came across this problem today when making a theme. I fixed it locally and will make a PR for it tomorrow

ThomasJRyan avatar Sep 29 '23 05:09 ThomasJRyan