diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 21:16:20 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 21:16:20 +0100 |
commit | d3a80e9ce31d96879e132657ca459965a504676b (patch) | |
tree | dfef1c14298522133e7a1d20532d908199f872b1 /app/src/custom | |
parent | b08ce1b1d6648ae48a452d6ccb56f21ae7126388 (diff) |
adapt the theming for riseupvpn
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> |