Added a dark theme
I added a dark theme in order to solve #328. This may fix #328 at least partially.
This commit is contained in:
parent
030096bf91
commit
53cd3af78b
10 changed files with 351 additions and 1 deletions
|
@ -97,6 +97,7 @@
|
|||
applyTheme: function() {
|
||||
var theme = storage.get('theme-setting') || 'android';
|
||||
this.$el.removeClass('ios')
|
||||
.removeClass('android-dark')
|
||||
.removeClass('android')
|
||||
.addClass(theme);
|
||||
},
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
nameOnly: i18n('nameOnly'),
|
||||
safetyNumbersSettingDescription: i18n('safetyNumbersSettingDescription'),
|
||||
safetyNumbersSettingHeader: i18n('safetyNumbersSettingHeader'),
|
||||
themeAndroidDark: i18n('themeAndroidDark'),
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue