blob: 91b48f8c5df8e14486dbc3162d655779c215c7b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--Colors-->
<!--Color of the action bar-->
<color name="colorPrimary">#1565C0</color>
<!--Color of the status bar-->
<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>
<!-- 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>
|