Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2020-08-31 12:19:27 +0300
committerDaniel Gultsch <daniel@gultsch.de>2020-08-31 12:19:27 +0300
commit3c0773c6e71398a0e4de5440b009cfeedd758b85 (patch)
tree0235691ff863416b3a90ac5a237d8080b774d3b7 /src/main/res/values/colors.xml
parent064264c20b6a371ebdb46813fc8af62adfb9f500 (diff)
use darker accent color in light theme
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 4332d1907..a61aa0e46 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -26,6 +26,8 @@
<color name="orange500">#ffff9800</color>
<color name="blue_a100">#ff82B1FF</color>
<color name="blue_a200">#ff448AFF</color>
+ <color name="blue_a400">#ff2979FF</color>
+ <color name="blue_a700">#ff2962FF</color>
<color name="green500">#ff4CAF50</color>
<color name="green600">#ff43A047</color>
<color name="green700">#ff388E3C</color>