Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-06 02:57:31 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:54:09 +0300
commitc3ac7311525bc23bd8b75addec34654aa87ebbae (patch)
treed18b29e105904d17853a0b4e1a73087595460f20 /lib/gitlab/themes.rb
parent4ccdecb1aa0f392d7eeb56c1dc9053ad8c921504 (diff)
Add blue theme
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