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 8c62cdf commit 9af734eCopy full SHA for 9af734e
1 file changed
lib/Drawing/Color.vala
@@ -18,7 +18,7 @@ namespace Gala.Drawing {
18
public const Clutter.Color DARK_HIGHLIGHT = { 255, 255, 255, 13};
19
public const Clutter.Color TOOLTIP_BACKGROUND = { 26, 26, 26, 230};
20
public const Clutter.Color TOOLTIP_TEXT_COLOR = { 255, 255, 255, 255};
21
- public const Clutter.Color TOOLTIP_TEXT_SHADOW_COLOR = { 255, 0, 0, 153};
+ public const Clutter.Color TOOLTIP_TEXT_SHADOW_COLOR = { 0, 0, 0, 153};
22
#else
23
public const Cogl.Color LIGHT_BACKGROUND = { 250, 250, 250, 255};
24
public const Cogl.Color DARK_BACKGROUND = { 51, 51, 51, 255};
0 commit comments