On Jun 3, 2:44 pm, "Edward K. Ream" <[email protected]> wrote: > On Thu, Jun 2, 2011 at 1:44 PM, zpcspm <[email protected]> wrote: > > @color body_text_background_color = #000000 > > @color body_text_foreground_color = #ffffff > > Leo starts with black background in body pane, switches to pink as > > soon as mouse wheel is activated. > > Looking at the code, these settings are the default background colors > for the various mode colors: command_mode_bg_color and the other color > in @settings-->Colors-->Body pane colors. > > I don't see color flashes with the default settings, but it's probably > not a bad idea to set the various mode colors explicitly.
I just copied the whole "Body pane colors" subtree into myLeoSettings and changed all foreground/background pairs to white/black. No more flashing. There was a color clash: in code snippets, operators were invisible because of "@color operator_color = black" setting. I tried to "cheat" and change it to None, hoping that it'll inherit the default foreground color, but that didn't work. I don't know if this qualifies as a bug or not. However, changing that setting to "@color operator_color = white" made operators visible. I'm almost happy, there's only one rough edge left. But I think it deserves its own topic, so I'll continue there. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
