summaryrefslogtreecommitdiff
path: root/app/src/custom
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/custom')
-rw-r--r--app/src/custom/res/values/custom-theme.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml
index 1c8f1ab2..71d22ac6 100644
--- a/app/src/custom/res/values/custom-theme.xml
+++ b/app/src/custom/res/values/custom-theme.xml
@@ -2,11 +2,14 @@
<resources>
<!--Colors-->
<!--Color of the action bar-->
- <color name="colorPrimary">#5e9ee3</color>
+ <color name="colorPrimary">#2E639C</color>
<!--Color of the status bar-->
- <color name="colorPrimaryDark">#5c7ce1</color>
+ <color name="colorPrimaryDark">#021122</color>
<!--Font color of the action bar title-->
<color name="colorActionBarTitleFont">#ffffff</color>
<!--Font color of the action bar subtitle-->
<color name="colorActionBarSubtitleFont">#cccccc</color>
+ <!-- Font color of labels in EipFragment (main screen)-->
+ <color name="colorEipFragmentFont">#ffffff</color>
+
</resources>