summaryrefslogtreecommitdiff
path: root/lib/gitlab/themes.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-08-31 15:08:30 -0500
committerRuben Davila <rdavila84@gmail.com>2017-09-06 12:54:09 -0500
commit3c815f97d32d78abc0eea4f0dd2397e646cd9fd6 (patch)
treeffd48acc78844cdbad32ea1da38538d4c6e6cae8 /lib/gitlab/themes.rb
parent6c49a628000605d1beb120431003abb329b9fd16 (diff)
downloadgitlab-ce-3c815f97d32d78abc0eea4f0dd2397e646cd9fd6.tar.gz
Add functionality for two themes
Diffstat (limited to 'lib/gitlab/themes.rb')
-rw-r--r--lib/gitlab/themes.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/gitlab/themes.rb b/lib/gitlab/themes.rb
index 19ab76ae80f..1714b6d2c99 100644
--- a/lib/gitlab/themes.rb
+++ b/lib/gitlab/themes.rb
@@ -12,12 +12,8 @@ module Gitlab
# All available Themes
THEMES = [
- Theme.new(1, 'Graphite', 'ui_graphite'),
- Theme.new(2, 'Charcoal', 'ui_charcoal'),
- Theme.new(3, 'Green', 'ui_green'),
- Theme.new(4, 'Black', 'ui_black'),
- Theme.new(5, 'Violet', 'ui_violet'),
- Theme.new(6, 'Blue', 'ui_blue')
+ Theme.new(1, 'Indigo', 'ui_indigo'),
+ Theme.new(2, 'Dark', 'ui_dark')
].freeze
# Convenience method to get a space-separated String of all the theme