diff options
author | cyBerta <cyberta@riseup.net> | 2023-08-03 20:02:35 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-08-03 20:02:35 +0200 |
commit | 7027d347ecbbba25f5c2bc3d421529c257a096cc (patch) | |
tree | 436c447dfc77cb0c4dcfbc3232b7dca0442030e9 /app | |
parent | 95588ead61742b49250fabbf2fa4d05df9068f81 (diff) |
remove unused colors from old design
Diffstat (limited to 'app')
-rw-r--r-- | app/src/custom/res/values/custom-theme.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/app/src/custom/res/values/custom-theme.xml b/app/src/custom/res/values/custom-theme.xml index 70e4616e..6c197915 100644 --- a/app/src/custom/res/values/custom-theme.xml +++ b/app/src/custom/res/values/custom-theme.xml @@ -14,10 +14,6 @@ <color name="actionbar_connectivity_state_text_color_light">@color/white</color> <!-- Font color of labels in EipFragment (main screen)--> <color name="colorEipFragmentFont">@color/black800_dark</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> <!-- location button icon tint color --> <color name="colorLocationButtonTint">@color/black</color> <color name="colorLocationButtonTintTransparent">@color/black800_transparent</color> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 0189bacf..3111c557 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -7,8 +7,6 @@ <color name="colorError">#ef9a9a</color> <color name="colorSuccess">#a5d6a7</color> <color name="colorDisabled">#AAAAAA</color> - <color name="colorMainBtnHighlight">#03DAC6</color> - <color name="colorMainBtnError">#eF2222</color> <color name="black">#000000</color> <color name="black800_dark">#1b1b1b</color> |