diff options
Diffstat (limited to 'app/src/custom')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 6d2bf0f8..91b48f8c 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -2,16 +2,18 @@ <resources> <!--Colors--> <!--Color of the action bar--> - <color name="colorPrimary">#2E639C</color> + <color name="colorPrimary">#1565C0</color> <!--Color of the status bar--> - <color name="colorPrimaryDark">#021122</color> + <color name="colorPrimaryDark">#104E95</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> - <!-- Font color of rounded standard buttons --> - <color name="colorFontBtn">#ffffff</color> + <!-- glow effect color of the on / off button --> + <color name="colorMainBtnHighlight">#58FFA9</color> + <!-- glow effect color of the on / off button if no network / traffic blocked --> + <color name="colorMainBtnError">#eF2222</color> </resources> |