diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-23 21:33:51 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-23 21:33:51 +0200 |
commit | 1e5b646cca3fab6b13b52cc3100c77d35ac67670 (patch) | |
tree | ae22e6eeb1d988cd55a3f3743c4e3945e4973aae /src/main/res/values | |
parent | 8e148f19ca3adf63a862192e79362677e8e1bdba (diff) |
use a bit brighter blue for bubbles in dark theme
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/colors.xml | 2 |
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> |