On Fri, 24 Jul 2015 08:45:08 -0500
"'Terry Brown' via leo-editor" <[email protected]> wrote:

> I'll try and convert the status bar handling to "CSS class" style
> styling

Done in e56fee5, as far as I can tell, the behavior *for the default
theme* is the same.

If you're using a theme other than the default theme, coloring of find
results has probably stopped working.  This needs to be added to the
style:

QLineEdit#status1[style_class ~= 'info'], QLineEdit#status2[style_class ~= 
'info'] {
    background-color:   @find-found-bg;
    color:              @find-found-fg;
}

QLineEdit#status1[style_class ~= 'fail'], QLineEdit#status2[style_class ~= 
'fail'] {
    background-color:   @find-not-found-bg;
    color:              @find-not-found-fg;
}

This is the issue I was getting at when I said maybe we need a three
layer system, so the above could go in the base layer, so it would
automatically get included in all themes.

Also, rather than find-not-found-bg etc. we should probably use a more
generic msg-info-fg, ..., msg-fail-bg setting name.

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to