On Wed, 14 Dec 2011 08:13:37 -0800 (PST)
Josef <[email protected]> wrote:
> I am trying to change the selection background color setting in the
> body pane to something a bit more sticking out than the light gray it
> is now, but seem unable to do so. Perhaps it is just my setup, but I
> tried to set:
>
> @color body_text_selection_background_color = Yellow
Edit
@data qt-gui-plugin-style-sheet
Something like
...
QTreeWidget {
/* These apply to the selected item, but not to editing items.*/
background-color: #ffffff; /* #ffffec; Leo's traditional tree color */
selection-color: #400000;
selection-background-color: #32ff32;
/* font-family: SansSerif; */
font-family: DejaVu Sans Mono;
font-size: 16px;
font-weight: normal; /* normal,bold,100,..,900 */
font-style: normal; /* normal, italic,oblique */
}
...
(a slightly blueish green for the selected tree item)
Cheers -Terru
> somewhere inside the @settings tree in myLeoSettings.leo and nothing
> changes.
>
> I even tried to set this in leoSettings.leo, but no effect. I also
> tried to restart Leo, just in case someone wonders.
>
> When printing the settings I get:
>
> [M] bodytextselectionbackgroundcolor = yellow
>
> but the selection background is still light gray.
>
> So, what am I missing here? - Josef
>
--
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.