On Tue, Nov 26, 2013 at 5:13 PM, Andreas Kloeckner
<[email protected]> wrote:
> 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. :)

Um, what actually changes the selected stack entry color? I tried
changing the "stack" color, but that didn't seem to change anything.

>
>> 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

OK.

By the way, we should also update the example theme. Ideally it would
have everything in it so that people know what they can change.

Aaron Meurer

>
> 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
>

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

Reply via email to