aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/colors.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:33:51 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:33:51 +0200
commit1e5b646cca3fab6b13b52cc3100c77d35ac67670 (patch)
treeae22e6eeb1d988cd55a3f3743c4e3945e4973aae /src/main/res/values/colors.xml
parent8e148f19ca3adf63a862192e79362677e8e1bdba (diff)
use a bit brighter blue for bubbles in dark theme
Diffstat (limited to 'src/main/res/values/colors.xml')
-rw-r--r--src/main/res/values/colors.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 86847958a..88b2dafb8 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -28,7 +28,7 @@
<color name="lightwhite">#fffafbfd</color>
<color name="darkwhite">#ff424242</color>
<color name="lightblue">#ffd7deee</color>
- <color name="darkblue">#ff08183e</color>
+ <color name="darkblue">#ff2e4272</color>
<color name="lightred">#fff5d9d9</color>
<color name="darkred">#ff521010</color>
<color name="lightgreen">#ffcaf2ca</color>