diff --git a/generate-themes.pl b/generate-themes.pl
index 4a948e49..969758cd 100644
--- a/generate-themes.pl
+++ b/generate-themes.pl
@@ -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 = '';
diff --git a/res/values-v21/themes-list.xml b/res/values-v21/themes-list.xml
index 9fe01bbf..418fe3d7 100644
--- a/res/values-v21/themes-list.xml
+++ b/res/values-v21/themes-list.xml
@@ -9,6 +9,8 @@
- Dark.Greyish
- Orange
- Dark.Orange
+ - Blue
+ - Dark.Blue
@@ -19,6 +21,8 @@
- 3,#ff090909,#ff2a2a2a,#ff212121
- 4,#FFBF360C,#fff0f0f0,#FFE65100
- 5,#FFBF360C,#ff2a2a2a,#FFE65100
+ - 6,#FF01579B,#fff0f0f0,#FF0277BD
+ - 7,#FF01579B,#ff2a2a2a,#FF0277BD
@@ -29,5 +33,7 @@
- @style/Greyish.Dark.VanillaBase
- @style/Orange.VanillaBase
- @style/Orange.Dark.VanillaBase
+ - @style/Blue.VanillaBase
+ - @style/Blue.Dark.VanillaBase