On Wed, Nov 27, 2013 at 4:35 PM, Andreas Kloeckner <[email protected]> wrote: > Aaron Meurer <[email protected]> writes: > >> 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.
No, it turns out that "stack" is the color of the stack area with no text. I am talking about the color of selected stack entries. > > That's the right one. With curses, some colors look the same as others... > Try changing it to something wild to see the effect. > >>>> 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. > > Nah, that's just a maintenance burden. I've added a link to the theme > source file on github. That's got to be good enough. OK, fair enough. See https://github.com/inducer/pudb/pull/100 Aaron Meurer > > Andreas > _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
