Merge pull request #720 from glowing-bear/black-theme
Add black theme for AMOLED displays, fix theme selector background in dark theme
This commit is contained in:
commit
ec24142e50
4 changed files with 34 additions and 7 deletions
|
@ -21,7 +21,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
};
|
||||
|
||||
$scope.command = '';
|
||||
$scope.themes = ['dark', 'light'];
|
||||
$scope.themes = ['dark', 'light', 'black'];
|
||||
|
||||
// Initialise all our settings, this needs to include all settings
|
||||
// or else they won't be saved to the localStorage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue