From 2add0e66d2305fad20c5034e13a58a953285e0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 22 Apr 2016 16:40:43 +0200 Subject: [PATCH] Add dark-spacious theme to theme list --- js/glowingbear.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.