Add dark-spacious theme to theme list

This commit is contained in:
Lorenz Hübschle-Schneider 2016-04-22 16:40:43 +02:00
parent 8aa44c0d41
commit 2add0e66d2

View file

@ -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.