summaryrefslogtreecommitdiff
path: root/lib/gitlab/themes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/themes.rb')
-rw-r--r--lib/gitlab/themes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/themes.rb b/lib/gitlab/themes.rb
index 1714b6d2c99..e0be799b551 100644
--- a/lib/gitlab/themes.rb
+++ b/lib/gitlab/themes.rb
@@ -13,7 +13,8 @@ module Gitlab
# All available Themes
THEMES = [
Theme.new(1, 'Indigo', 'ui_indigo'),
- Theme.new(2, 'Dark', 'ui_dark')
+ Theme.new(2, 'Dark', 'ui_dark'),
+ Theme.new(3, 'Blue', 'ui_blue')
].freeze
# Convenience method to get a space-separated String of all the theme