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 18:09:54 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:57:30 +0300
commit7b567597eef25ca3af8af63a71bcc4dfefc2a694 (patch)
tree6b2fe901187399ff9e49e1c2fe3ea296fd3f18e9 /lib/gitlab/themes.rb
parent1245cccf689b7ac47f36097c3d2350a411743921 (diff)
Fix specs; start on light theme
Diffstat (limited to 'lib/gitlab/themes.rb')
-rw-r--r--lib/gitlab/themes.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gitlab/themes.rb b/lib/gitlab/themes.rb
index e0be799b551..5e1e65854a3 100644
--- a/lib/gitlab/themes.rb
+++ b/lib/gitlab/themes.rb
@@ -14,7 +14,9 @@ module Gitlab
THEMES = [
Theme.new(1, 'Indigo', 'ui_indigo'),
Theme.new(2, 'Dark', 'ui_dark'),
- Theme.new(3, 'Blue', 'ui_blue')
+ Theme.new(3, 'Light', 'ui_light'),
+ Theme.new(4, 'Blue', 'ui_blue'),
+ Theme.new(5, 'Green', 'ui_green'),
].freeze
# Convenience method to get a space-separated String of all the theme