We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea8dea commit e21498dCopy full SHA for e21498d
src/Background/SystemBackground.vala
@@ -21,7 +21,7 @@ public class Gala.SystemBackground : GLib.Object {
21
}
22
23
public void set_black_background (bool black) {
24
- var color = black ? Clutter.Color ().init( 0, 0, 0, 0xff) : Clutter.Color ().init (0x2e, 0x34, 0x36, 0xff);
+ var color = black ? Clutter.Color ().init ( 0, 0, 0, 0xff) : Clutter.Color ().init (0x2e, 0x34, 0x36, 0xff);
25
system_background.set_color (color);
26
27
0 commit comments