From 0f46824ec0021bb68f2cd86480295c39e57e2ddd Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 5 Dec 2020 00:38:20 +0100 Subject: [PATCH] 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. --- res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/values/colors.xml b/res/values/colors.xml index e6ee4d5c3..ef35e57ab 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -51,7 +51,7 @@ #808080 #999999 - #44000000 + #55444444 #552090ea #ff2090ea