tweak universal_overlay color for black background

the color 'universal_overlay' can be used as backgrounds for
semi-transparent overlays.

the color guarantees enough contrast to white/light things drawn on it,
while still letting the background shine through.

the color is the same for both, dark and lite theme
as it is also used to draw on customized backgrounds
(where we can have any background anyway)

before, the shaped formed with this color are not visible
on black background, this is fixed by this commit,
making the color even more universal.

this is an improvement for the image-editor buttons
as well as for the info-messages on arbitrary backgrounds.
This commit is contained in:
B. Petersen
2020-12-05 00:38:20 +01:00
committed by Hocuri
parent 3abaabb38a
commit 0f46824ec0
+1 -1
View File
@@ -51,7 +51,7 @@
<color name="dummy_avatar_color">#808080</color>
<color name="slidearrow_color">#999999</color>
<color name="universal_overlay">#44000000</color>
<color name="universal_overlay">#55444444</color>
<color name="trackTintColor">#552090ea</color>
<color name="trackHighlightTintColor">#ff2090ea</color>