diff --git a/js/glowingbear.js b/js/glowingbear.js index 63bd15f..6154de8 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -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.