Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Antoine Chavasse
I'm not sure I can fix this from the skin, since the background color for
ticket reports are configured by the user in the settings.

Perhaps there is a way in css to darken the colors that are set in the
elements attributes? I am not a css expert, and haven't found a way to do
this.

On Mon, Jan 8, 2018, 03:23 gumblex  wrote:

> The background of the table in the "tickets" page is too light.
>
> https://www.fossil-scm.org/skins/ardoise/rptview?rn=1
>
> 2018年1月8日 07:08,Antoine Chavasse 寫道:
>
> Hi,
>
> Thanks for the feedback!
>
> I agree that the diff view could use some improvement. I'll experiment
> tomorrow with increasing the font size and darkening the background colors
> a little.
>
> On Sun, Jan 7, 2018 at 11:36 PM  wrote:
>
> Yeah, could be old guy eyes and smallish font. But, it is low strain
> overall.
>
> On Sun, Jan 7, 2018 at 5:28 PM, Jacob MacDonald 
> wrote:
>
> Interesting, I don't notice any contrast issues on my monitor. The font in
> diffs could be a little bigger but the black on green being a problem isn't
> something I picked up on.
>
> On Sun, Jan 7, 2018 at 4:16 PM  wrote:
>
> Very nice Timeline, but super dark when browsing diff's?
> The green background needs to be lighter or the font needs brightening.
>
> On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald 
> wrote:
>
> Wow that's a slick skin. Antoine, if you're on the list, top notch work.
> Can't wait to get it running in my repos.
>
> On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:
>
> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
> can take a test-drive at
> https://www.fossil-scm.org/skins/ardoise/timeline
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread gumblex
The background of the table in the "tickets" page is too light.https://www.fossil-scm.org/skins/ardoise/rptview?rn=12018年1月8日 07:08,Antoine Chavasse 寫道:Hi,Thanks for the feedback!I agree that the diff view could use some improvement. I'll experiment tomorrow with increasing the font size and darkening the background colors a little.On Sun, Jan 7, 2018 at 11:36 PM  wrote:Yeah, could be old guy eyes and smallish font. But, it is low strain overall.On Sun, Jan 7, 2018 at 5:28 PM, Jacob MacDonald  wrote:Interesting, I don't notice any contrast issues on my monitor. The font in diffs could be a little bigger but the black on green being a problem isn't something I picked up on.On Sun, Jan 7, 2018 at 4:16 PM  wrote:Very nice Timeline, but super dark when browsing diff's?The green background needs to be lighter or the font needs brightening.On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald  wrote:Wow that's a slick skin. Antoine, if you're on the list, top notch work. Can't wait to get it running in my repos.On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:The Ardoise skin by Antoine Chavasse is now available on trunk.  You
can take a test-drive at
https://www.fossil-scm.org/skins/ardoise/timeline

--
D. Richard Hipp
drh@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Jacob MacDonald
Thanks for the update, that's what I'll do. I've just been too lazy to
write a  ebuild for Fossil.

On Sun, Jan 7, 2018 at 6:31 PM Richard Hipp  wrote:

> On 1/7/18, Jacob MacDonald  wrote:
> > After trying to use the skin I've got a question: Does it depend on
> > features which are in trunk but not 2.4? I downloaded the folder and
> tried
> > to start fossil ui with the skin option, but got an unstyled page instead
> > of the nice view I see on the Fossil site.
>
> There have been a lot of changes to the CSS tags since 2.4.  It would
> probably be best if you pulled down the latest Fossil source code and
> recompiled.
>
> Note that the self-hosting repository for Fossil is running on the
> latest trunk version, or nearly so.  It is safe to use the latest
> code, even if it has not been released.
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Richard Hipp
On 1/7/18, Jacob MacDonald  wrote:
> After trying to use the skin I've got a question: Does it depend on
> features which are in trunk but not 2.4? I downloaded the folder and tried
> to start fossil ui with the skin option, but got an unstyled page instead
> of the nice view I see on the Fossil site.

There have been a lot of changes to the CSS tags since 2.4.  It would
probably be best if you pulled down the latest Fossil source code and
recompiled.

Note that the self-hosting repository for Fossil is running on the
latest trunk version, or nearly so.  It is safe to use the latest
code, even if it has not been released.
-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Jacob MacDonald
After trying to use the skin I've got a question: Does it depend on
features which are in trunk but not 2.4? I downloaded the folder and tried
to start fossil ui with the skin option, but got an unstyled page instead
of the nice view I see on the Fossil site.

On Sun, Jan 7, 2018 at 5:08 PM Antoine Chavasse 
wrote:

> Hi,
>
> Thanks for the feedback!
>
> I agree that the diff view could use some improvement. I'll experiment
> tomorrow with increasing the font size and darkening the background colors
> a little.
>
> On Sun, Jan 7, 2018 at 11:36 PM  wrote:
>
>> Yeah, could be old guy eyes and smallish font. But, it is low strain
>> overall.
>>
>> On Sun, Jan 7, 2018 at 5:28 PM, Jacob MacDonald 
>> wrote:
>>
>>> Interesting, I don't notice any contrast issues on my monitor. The font
>>> in diffs could be a little bigger but the black on green being a problem
>>> isn't something I picked up on.
>>>
>>> On Sun, Jan 7, 2018 at 4:16 PM  wrote:
>>>
 Very nice Timeline, but super dark when browsing diff's?
 The green background needs to be lighter or the font needs brightening.

 On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald 
 wrote:

> Wow that's a slick skin. Antoine, if you're on the list, top notch
> work. Can't wait to get it running in my repos.
>
> On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:
>
>> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
>> can take a test-drive at
>> https://www.fossil-scm.org/skins/ardoise/timeline
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

>>>
>>> ___
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>>
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Antoine Chavasse
Hi,

Thanks for the feedback!

I agree that the diff view could use some improvement. I'll experiment
tomorrow with increasing the font size and darkening the background colors
a little.

On Sun, Jan 7, 2018 at 11:36 PM  wrote:

> Yeah, could be old guy eyes and smallish font. But, it is low strain
> overall.
>
> On Sun, Jan 7, 2018 at 5:28 PM, Jacob MacDonald 
> wrote:
>
>> Interesting, I don't notice any contrast issues on my monitor. The font
>> in diffs could be a little bigger but the black on green being a problem
>> isn't something I picked up on.
>>
>> On Sun, Jan 7, 2018 at 4:16 PM  wrote:
>>
>>> Very nice Timeline, but super dark when browsing diff's?
>>> The green background needs to be lighter or the font needs brightening.
>>>
>>> On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald 
>>> wrote:
>>>
 Wow that's a slick skin. Antoine, if you're on the list, top notch
 work. Can't wait to get it running in my repos.

 On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:

> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
> can take a test-drive at
> https://www.fossil-scm.org/skins/ardoise/timeline
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


>>> ___
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread sky5walk
Yeah, could be old guy eyes and smallish font. But, it is low strain
overall.

On Sun, Jan 7, 2018 at 5:28 PM, Jacob MacDonald  wrote:

> Interesting, I don't notice any contrast issues on my monitor. The font in
> diffs could be a little bigger but the black on green being a problem isn't
> something I picked up on.
>
> On Sun, Jan 7, 2018 at 4:16 PM  wrote:
>
>> Very nice Timeline, but super dark when browsing diff's?
>> The green background needs to be lighter or the font needs brightening.
>>
>> On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald 
>> wrote:
>>
>>> Wow that's a slick skin. Antoine, if you're on the list, top notch work.
>>> Can't wait to get it running in my repos.
>>>
>>> On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:
>>>
 The Ardoise skin by Antoine Chavasse is now available on trunk.  You
 can take a test-drive at
 https://www.fossil-scm.org/skins/ardoise/timeline

 --
 D. Richard Hipp
 d...@sqlite.org
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

>>>
>>> ___
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>>
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Jacob MacDonald
Interesting, I don't notice any contrast issues on my monitor. The font in
diffs could be a little bigger but the black on green being a problem isn't
something I picked up on.

On Sun, Jan 7, 2018 at 4:16 PM  wrote:

> Very nice Timeline, but super dark when browsing diff's?
> The green background needs to be lighter or the font needs brightening.
>
> On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald 
> wrote:
>
>> Wow that's a slick skin. Antoine, if you're on the list, top notch work.
>> Can't wait to get it running in my repos.
>>
>> On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:
>>
>>> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
>>> can take a test-drive at
>>> https://www.fossil-scm.org/skins/ardoise/timeline
>>>
>>> --
>>> D. Richard Hipp
>>> d...@sqlite.org
>>> ___
>>> fossil-users mailing list
>>> fossil-users@lists.fossil-scm.org
>>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>>
>>
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread sky5walk
Very nice Timeline, but super dark when browsing diff's?
The green background needs to be lighter or the font needs brightening.

On Sun, Jan 7, 2018 at 4:51 PM, Jacob MacDonald  wrote:

> Wow that's a slick skin. Antoine, if you're on the list, top notch work.
> Can't wait to get it running in my repos.
>
> On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:
>
>> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
>> can take a test-drive at
>> https://www.fossil-scm.org/skins/ardoise/timeline
>>
>> --
>> D. Richard Hipp
>> d...@sqlite.org
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>>
>
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] New "Ardoise" skin

2018-01-07 Thread Jacob MacDonald
Wow that's a slick skin. Antoine, if you're on the list, top notch work.
Can't wait to get it running in my repos.

On Sun, Jan 7, 2018 at 3:43 PM Richard Hipp  wrote:

> The Ardoise skin by Antoine Chavasse is now available on trunk.  You
> can take a test-drive at
> https://www.fossil-scm.org/skins/ardoise/timeline
>
> --
> D. Richard Hipp
> d...@sqlite.org
> ___
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] New "Ardoise" skin

2018-01-07 Thread Richard Hipp
The Ardoise skin by Antoine Chavasse is now available on trunk.  You
can take a test-drive at
https://www.fossil-scm.org/skins/ardoise/timeline

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users