add blue theme
This commit is contained in:
parent
6c85a11743
commit
8f670897dd
@ -20,6 +20,11 @@ my $THEMES = [
|
||||
light => { colorAccent => '#FFF57F17', colorPrimary => '#FFE65100', colorPrimaryDark => '#FFBF360C', _bg => '#fff0f0f0' },
|
||||
dark => { colorAccent => '#FFF57F17', colorPrimary => '#FFE65100', colorPrimaryDark => '#FFBF360C', _bg => '#ff2a2a2a' },
|
||||
},
|
||||
{
|
||||
_name => 'blue',
|
||||
light => { colorAccent => '#FF00bcd4', colorPrimary => '#FF0277BD', colorPrimaryDark => '#FF01579B', _bg => '#fff0f0f0' },
|
||||
dark => { colorAccent => '#FF00bcd4', colorPrimary => '#FF0277BD', colorPrimaryDark => '#FF01579B', _bg => '#ff2a2a2a' },
|
||||
},
|
||||
];
|
||||
|
||||
my $BUFF_TENTRIES = '';
|
||||
|
@ -9,6 +9,8 @@
|
||||
<item>Dark.Greyish</item>
|
||||
<item>Orange</item>
|
||||
<item>Dark.Orange</item>
|
||||
<item>Blue</item>
|
||||
<item>Dark.Blue</item>
|
||||
</string-array>
|
||||
|
||||
<!-- the value stored in the shared preferences for each theme -->
|
||||
@ -19,6 +21,8 @@
|
||||
<item>3,#ff090909,#ff2a2a2a,#ff212121</item>
|
||||
<item>4,#FFBF360C,#fff0f0f0,#FFE65100</item>
|
||||
<item>5,#FFBF360C,#ff2a2a2a,#FFE65100</item>
|
||||
<item>6,#FF01579B,#fff0f0f0,#FF0277BD</item>
|
||||
<item>7,#FF01579B,#ff2a2a2a,#FF0277BD</item>
|
||||
</string-array>
|
||||
|
||||
<!-- the style id for each theme -->
|
||||
@ -29,5 +33,7 @@
|
||||
<item>@style/Greyish.Dark.VanillaBase</item>
|
||||
<item>@style/Orange.VanillaBase</item>
|
||||
<item>@style/Orange.Dark.VanillaBase</item>
|
||||
<item>@style/Blue.VanillaBase</item>
|
||||
<item>@style/Blue.Dark.VanillaBase</item>
|
||||
</integer-array>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user