Thank you for that! Very nice.

On Monday, August 10, 2015 at 2:18:33 PM UTC-4, Andrea Nuvola wrote:
>
> Hi John,
> I use my own icons for the expanded/collapsed nodes. I attach them here, 
> in case you want to use them.
> The color are from the Solarized palette (I am a Solarized fan!).
> In order to set the collapsed/expanded node icons, you can add the 
> following sections
> to a theme settings tree or directly in the node @data 
> qt-gui-plugin-style-sheet in your personal settings.
> Just set the icon paths according to your preferences.
>
> //----------
>
> QTreeView::branch:closed:has-children{
>    image: url("C:/Users/C/.leo/icons/nodes/closed.png");
> }
>
> QTreeView::branch:open:has-children{
>    image: url("C:/Users/C/.leo/icons/nodes/open.png");
> }
>
> //----------
>
> Or, in Linux,
>
> //----------
>
> QTreeView::branch:closed:has-children{
>    image: url("/home/c/.leo/icons/nodes/closed.png");
> }
>
> QTreeView::branch:open:has-children{
>    image: url("/home/c/.leo/icons/nodes/open.png");
> }
>
> //----------
>
> Similarly, I use the following settings for the buttons (assuming the 
> Solarized colors are defined in your settings).
>
> //----------
>
> QPushButton {
> padding: 5px;
> color: @solarized-cyan; 
> background: @solarized-base03;
> border: 1px solid @solarized-cyan;
> border-top-color: @solarized-cyan;
> border-bottom-color: @solarized-cyan;
> }
>
> QPushButton:hover {
> padding: 5px;
> color: @solarized-orange; 
> background: @solarized-base03;
> border: 1px solid @solarized-orange;
> border-top-color: @solarized-orange;
> border-bottom-color: @solarized-orange;
> }
>
> //----------
>
> Cheers,
> Andrea
>
>
>
> On Monday, August 10, 2015 at 11:03:53 PM UTC+9, john lunzer wrote:
>>
>> Super cool. I dig these. I also dig your styles for your script buttons 
>> and expand/collapse icons? How did you accomplish that coolness?
>>
>> On Monday, August 10, 2015 at 9:51:49 AM UTC-4, Andrea Nuvola wrote:
>>>
>>> Hi,
>>> just posting some "declutting" icons I've made in case they might be 
>>> useful to others. I personally find it easier to distinguish small icons 
>>> based on color rather than shape. The color palette used is Solarized. The 
>>> icons are in six different styles/sizes (see attached example pic).
>>> Cheers,
>>> Andrea
>>>
>>>
>>> On Friday, August 7, 2015 at 4:25:40 AM UTC+9, john lunzer wrote:
>>>>
>>>> Directives in node headers cause a great deal of visual clutter, making 
>>>> it more difficult to navigate expansive trees filled primarily with 
>>>> @clean/@file/@edit nodes.
>>>>
>>>> I suggest creating aliases for the directives @clean/@file/@edit which 
>>>> would obviously be @c/@f/@e .
>>>>
>>>> I think you can tell just by comparing the two on one line just how 
>>>> much single letter aliases cuts down on visual clutter.
>>>>
>>>> I know @c is in use already but as per the documentation that usage is 
>>>> for body only and this would be for headline only.
>>>>
>>>> Please let me know what you think of this proposal. I think this 
>>>> enhancement would truly change the ease by which directive heavy trees, 
>>>> making Leo much more visually appealing.
>>>>
>>>

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