From f6d455466939e09c851e1afb95313ef8cf5fd344 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 27 Feb 2022 15:08:38 +0100
Subject: Increase contrasts
For the Dark and Light theme. At the same time, use only "web safe
colors" to have nice round numbers and ensure enough contrasts between
colors.
The background color is kept at the previous value, there's not enough
contrast between the background and the keys but that's better than a
solid black background.
---
res/values/themes.xml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
(limited to 'res/values')
diff --git a/res/values/themes.xml b/res/values/themes.xml
index b6fc55c..048d59e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -24,16 +24,16 @@
@@ -41,12 +41,12 @@
- true
- false
- #e3e3e3
- - #cfcfcf
+ - #cccccc
- #e3e3e3
- #000000
- - #64afdd
- - #64dd76
- - #5e5e5e
+ - #0066cc
+ - #33cc33
+ - #333333
- 5dp
- #dedede
- #000000
--
cgit v1.2.3