Aaron Meurer <[email protected]> writes:
> OK, a few questions:
>
> I just noticed a discrepancy between the stack view and everything
> else in the midnight theme. In the stack view, selected text is white
> against green. Everywhere else, selected text is black against green.
> Any thoughts on which looks better? I was also thinking for the shell
> to make the input white against green and the output black against
> green.

Go with your gut on this one. You use this theme, I don't. :)

> I don't like the yellow against gray in the titles, because the
> contrast is too low, but I can't find a better color, especially that
> still highlights the shortcut key. Suggestions?
>
> Is it possible to change the color of the blue "clear" button? It
> clashes with everything else in the midnight theme.

Sure--just change this AttrMap:

https://github.com/inducer/pudb/blob/master/pudb/debugger.py#L605

to say "command line clear button" and "focused command line clear button"
and copy the "button" and "focused button" colors in all the other themes.

> What is the difference between curses and raw? Which one is supposed
> to be better? 

Raw is almost always better and shows the intended colors. Its only
downside is that it doesn't work properly within screen and tmux:

https://github.com/wardi/urwid/issues/33

> Is there an easy way to guess what color something will
> be in both from the setting?

In my experience: nope. Got to try both. Running in tmux will
automatically use curses (if the screen driver is set to "auto").

Andreas

Attachment: pgprKr8A5C6qQ.pgp
Description: PGP signature

_______________________________________________
Pudb mailing list
[email protected]
http://lists.tiker.net/listinfo/pudb

Reply via email to