Make the gradient on the top panel the same as the "dash"
The previous top color was a bit too bright.
This commit is contained in:
parent
bf680fdc7c
commit
14a7e310fc
@ -23,7 +23,7 @@ const DEFAULT_PADDING = 4;
|
||||
const PANEL_ICON_SIZE = 24;
|
||||
|
||||
const BACKGROUND_TOP = new Clutter.Color();
|
||||
BACKGROUND_TOP.from_pixel(0x414141ff);
|
||||
BACKGROUND_TOP.from_pixel(0x161616ff);
|
||||
const BACKGROUND_BOTTOM = new Clutter.Color();
|
||||
BACKGROUND_BOTTOM.from_pixel(0x000000ff);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user