On Thu, Oct 27, 2011 at 1:44 PM, SegundoBob <[email protected]> wrote:

> My first post in this thread notes that I used Rev 4659.  I just
> pulled the latest Rev 4668.  To the best of my knowledge, the problem
> was not affected by the changes you made in Rev 4637.  That is, the
> problem exists on Rev 4668.

I assume you are talking about this:

QQQ
 But there are no color settings for the Outline
Pane, much less for "node-selection foreground color."  How can I
tweak any of the Output Pane colors?  In particular, how do I tweak
the "node-selection foreground color."

I must be missing some important, basic information.  Like why is the
"node-selection foreground color" what it is when this has appeared to
me to be a serious mistake for so long?
QQQ

There are indeed ways of setting *all* colors in Leo via the qt stylesheet:

    @data qt-gui-plugin-style-sheet

These settings are "static" in the sense that they never change, but
in the important cases this is not as big a restriction as it might
appear.

To set "node" colors, see this selector::

    /* Headline edit widgets */
    QTreeWidget QLineEdit {

To set tree widget colors, see this selector::

    QTreeWidget {

Moreover, some of the the settings in the tree "Body pane colors"
actually apply to *all* text widgets:  These are the "mode" colors::

    @color command_mode_bg_color = #f2fdff
    @color command_mode_fg_color = None
    @color insert_mode_bg_color = #fdf5f5
    @color insert_mode_fg_color = black
    @color overwrite_mode_bg_color = azure2
    @color overwrite_mode_fg_color = black

Usually, you are only ever in one of these modes, say insert mode,
unless you are doing vim emulation, but anyway, all the colors apply
to the edit widgets that are active in the outline when you are
editing a headline.

I'm not sure I am answering your question, though.  Feel free to elaborate.

Edward

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

Reply via email to