Re: System-wide dark mode

2019-05-29 Thread Christopher Davis via desktop-devel-list
From a core app perspective, there are some interesting mockups jimmac 
did for Weather that I'm not sure would mesh well with a global dark 
theme since most things are colored manually. See here:



From a non-core app perspective, Fractal uses @theme_selected_bg_color 
to match the color of usernames to the highlighted room. This doesn't 
work
on Adwaita dark because the contrast is poor between the background and 
the blue text.


___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: System-wide dark mode

2019-05-29 Thread Alexander via desktop-devel-list
Blue labels in Calendar become somewhat hard to read with dark mode: 
https://imgur.com/xsqPaBG


On Wed, May 29, 2019 at 9:24 PM, Georges Basile Stavracas Neto via 
desktop-devel-list  wrote:
GNOME Settings, GNOME Calendar and GNOME To Do all work fine on dark 
mode.


Em qua, 29 de mai de 2019 às 13:17, Alberto Fanjul Alonso via 
desktop-devel-list  escreveu:

Great news, I'm big fan and totally support to test this feature.

As gitg maintainer, there're a couple of problems. Gitg uses cookies 
for diff (red for removes, green for adds) we have our own setup for 
dark and light, but a wide set of colours from system would be great.


About dark mode itself, we use a hacky algorithm to detect dark 
mode, a system property will be nice, but in general dark mode 
defines several setups and could lead to several valid configs.


El mié., 29 may. 2019 15:36, Allan Day  escribió:

Hi everyone,

Whether you love dark modes or hate them, they're becoming fairly 
ubiquitous nowadays, and I think that it's time for GNOME to 
seriously think about having one of its own.


If we were to support a system-wide dark preference in GNOME, the 
implication is that we'd generally support it: the desktop and the 
core apps would be expected to use a dark variant of the theme when 
it is selected by the user. Therefore, before we get too far into 
planning and implementing this feature: does anyone know of any 
serious obstacles they'd face, if we were to support a dark mode?


If you're responsible for any core GNOME UI, you can test this by 
setting the Adwaita-dark theme in Tweaks.


Thanks,

Allan
 ___
 desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

 ___
 desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list



___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: System-wide dark mode

2019-05-29 Thread Kalev Lember via desktop-devel-list



On 5/29/19 15:35, Allan Day wrote:

Hi everyone,

Whether you love dark modes or hate them, they're becoming fairly 
ubiquitous nowadays, and I think that it's time for GNOME to seriously 
think about having one of its own.


If we were to support a system-wide dark preference in GNOME, the 
implication is that we'd generally support it: the desktop and the core 
apps would be expected to use a dark variant of the theme when it is 
selected by the user. Therefore, before we get too far into planning and 
implementing this feature: does anyone know of any serious obstacles 
they'd face, if we were to support a dark mode?


Screenshots in gnome-software are probably going to get a bit messy,
with some apps shipping their screenshots using the light theme and some
using the dark theme. I don't think it would scale to ask app upstreams
to ship both screenshots, so I think we'll just have to live with this.

Beyond that, there's minor work required in gnome-software to make sure
everything looks good, but nothing that I know that is showstopper.

Kalev
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: System-wide dark mode

2019-05-29 Thread mcatanzaro

On Wed, May 29, 2019 at 8:35 AM, Allan Day  wrote:
Therefore, before we get too far into planning and implementing this 
feature: does anyone know of any serious obstacles they'd face, if we 
were to support a dark mode?


WebKit is having trouble with this now:

https://bugs.webkit.org/show_bug.cgi?id=126907

We need help from GTK developers to make it possible to use multiple 
themes in the same process without large performance penalties. 
Otherwise we need to change WebKit to try to switch to a light theme 
always. Currently it uses the current theme even if it's dark, and 
websites are broken, making it impractical to actually choose a dark 
system theme.


Michael


___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list


Re: System-wide dark mode

2019-05-29 Thread Georges Basile Stavracas Neto via desktop-devel-list
GNOME Settings, GNOME Calendar and GNOME To Do all work fine on dark mode.

Em qua, 29 de mai de 2019 às 13:17, Alberto Fanjul Alonso via
desktop-devel-list  escreveu:

> Great news, I'm big fan and totally support to test this feature.
>
> As gitg maintainer, there're a couple of problems. Gitg uses cookies for
> diff (red for removes, green for adds) we have our own setup for dark and
> light, but a wide set of colours from system would be great.
>
> About dark mode itself, we use a hacky algorithm to detect dark mode, a
> system property will be nice, but in general dark mode defines several
> setups and could lead to several valid configs.
>
> El mié., 29 may. 2019 15:36, Allan Day  escribió:
>
>> Hi everyone,
>>
>> Whether you love dark modes or hate them, they're becoming fairly
>> ubiquitous nowadays, and I think that it's time for GNOME to seriously
>> think about having one of its own.
>>
>> If we were to support a system-wide dark preference in GNOME, the
>> implication is that we'd generally support it: the desktop and the core
>> apps would be expected to use a dark variant of the theme when it is
>> selected by the user. Therefore, before we get too far into planning and
>> implementing this feature: does anyone know of any serious obstacles they'd
>> face, if we were to support a dark mode?
>>
>> If you're responsible for any core GNOME UI, you can test this by setting
>> the Adwaita-dark theme in Tweaks.
>>
>> Thanks,
>>
>> Allan
>> ___
>> desktop-devel-list mailing list
>> desktop-devel-list@gnome.org
>> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
>
> ___
> desktop-devel-list mailing list
> desktop-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: System-wide dark mode

2019-05-29 Thread Alberto Fanjul Alonso via desktop-devel-list
Great news, I'm big fan and totally support to test this feature.

As gitg maintainer, there're a couple of problems. Gitg uses cookies for
diff (red for removes, green for adds) we have our own setup for dark and
light, but a wide set of colours from system would be great.

About dark mode itself, we use a hacky algorithm to detect dark mode, a
system property will be nice, but in general dark mode defines several
setups and could lead to several valid configs.

El mié., 29 may. 2019 15:36, Allan Day  escribió:

> Hi everyone,
>
> Whether you love dark modes or hate them, they're becoming fairly
> ubiquitous nowadays, and I think that it's time for GNOME to seriously
> think about having one of its own.
>
> If we were to support a system-wide dark preference in GNOME, the
> implication is that we'd generally support it: the desktop and the core
> apps would be expected to use a dark variant of the theme when it is
> selected by the user. Therefore, before we get too far into planning and
> implementing this feature: does anyone know of any serious obstacles they'd
> face, if we were to support a dark mode?
>
> If you're responsible for any core GNOME UI, you can test this by setting
> the Adwaita-dark theme in Tweaks.
>
> Thanks,
>
> Allan
> ___
> desktop-devel-list mailing list
> desktop-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

System-wide dark mode

2019-05-29 Thread Allan Day
Hi everyone,

Whether you love dark modes or hate them, they're becoming fairly
ubiquitous nowadays, and I think that it's time for GNOME to seriously
think about having one of its own.

If we were to support a system-wide dark preference in GNOME, the
implication is that we'd generally support it: the desktop and the core
apps would be expected to use a dark variant of the theme when it is
selected by the user. Therefore, before we get too far into planning and
implementing this feature: does anyone know of any serious obstacles they'd
face, if we were to support a dark mode?

If you're responsible for any core GNOME UI, you can test this by setting
the Adwaita-dark theme in Tweaks.

Thanks,

Allan
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Re: Please run for the board!

2019-05-29 Thread Carlos Soriano
And in case you missed it in planet.gnome.org, I made a write up on how the
board works nowadays, why you should and why you definitely can run for the
board, read it!
https://csoriano.pages.gitlab.gnome.org/csoriano-blog/post/2019-05-27-why-you-can-and-should-apply-for-the-board/

On Wed, 29 May 2019 at 11:13, Allan Day  wrote:

> Hi everyone,
>
> In case you didn't notice, we've had to extend the deadline for the GNOME
> Foundation Board of Directors elections, because not enough candidates put
> themselves forward.
>
> Please consider running in the elections. Being on the board is actually
> quite nice. It's also a great way to see the project from a high level, and
> to develop new skills and expertise.
>
> The revised deadline for candidates is 2nd June, and instructions on how
> to put yourself forward can be found here [1].
>
> Thanks,
>
> Allan
> --
> [1]
> https://mail.gnome.org/archives/foundation-announce/2019-April/msg2.html
> ___
> desktop-devel-list mailing list
> desktop-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/desktop-devel-list
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Please run for the board!

2019-05-29 Thread Allan Day
Hi everyone,

In case you didn't notice, we've had to extend the deadline for the GNOME
Foundation Board of Directors elections, because not enough candidates put
themselves forward.

Please consider running in the elections. Being on the board is actually
quite nice. It's also a great way to see the project from a high level, and
to develop new skills and expertise.

The revised deadline for candidates is 2nd June, and instructions on how to
put yourself forward can be found here [1].

Thanks,

Allan
-- 
[1]
https://mail.gnome.org/archives/foundation-announce/2019-April/msg2.html
___
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list