From b495e2e7c51ba87bac95a611e68d0e6d80714a94 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 5 Feb 2021 15:56:15 +0100 Subject: [PATCH] colors.xml: Make less significant foreground color a bit darker for light mode. --- oeffi/res/values-notnight-v29/colors.xml | 2 +- oeffi/res/values/colors.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oeffi/res/values-notnight-v29/colors.xml b/oeffi/res/values-notnight-v29/colors.xml index b655926..b237bd7 100644 --- a/oeffi/res/values-notnight-v29/colors.xml +++ b/oeffi/res/values-notnight-v29/colors.xml @@ -3,7 +3,7 @@ #000000 - #999999 + #777777 #dd9055 diff --git a/oeffi/res/values/colors.xml b/oeffi/res/values/colors.xml index 4b4ccd2..1780199 100644 --- a/oeffi/res/values/colors.xml +++ b/oeffi/res/values/colors.xml @@ -5,7 +5,7 @@ #000000 #ffffff #ffffff - #999999 + #777777 #aaaaaa #bbbbbb #dd9055