BackgroundManager: dark dim effect (#1651)

This commit is contained in:
Danielle Foré 2023-04-12 01:47:30 -07:00 committed by GitHub
parent 4ca08a2b45
commit 92447e6382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ namespace Gala {
private const string GNOME_BACKGROUND_SCHEMA = "org.gnome.desktop.background";
private const string GALA_BACKGROUND_SCHEMA = "io.elementary.desktop.background";
private const string DIM_WALLPAPER_KEY = "dim-wallpaper-in-dark-style";
private const double DIM_OPACITY = 0.85;
private const double DIM_OPACITY = 0.55;
private const int FADE_ANIMATION_TIME = 1000;
public signal void changed ();