Add dark-spacious theme to theme list
This commit is contained in:
parent
8aa44c0d41
commit
2add0e66d2
|
@ -21,7 +21,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
};
|
||||
|
||||
$scope.command = '';
|
||||
$scope.themes = ['dark', 'light', 'black'];
|
||||
$scope.themes = ['dark', 'light', 'black', 'dark-spacious'];
|
||||
|
||||
// Initialise all our settings, this needs to include all settings
|
||||
// or else they won't be saved to the localStorage.
|
||||
|
|
Loading…
Reference in New Issue