summaryrefslogtreecommitdiff
path: root/lib/gitlab/themes.rb
diff options
context:
space:
mode:
authorBM5k <me@bm5k.com>2016-12-02 18:44:06 -0700
committerBM5k <me@bm5k.com>2016-12-06 12:51:06 -0700
commit6cb6f58a6259c91f79489b7f5a71f413d0e0d81c (patch)
tree7f366812de191498d5c1526da4326719a2b8fce8 /lib/gitlab/themes.rb
parent20b5f5af275a2b482baa0d2ff26e806517586c79 (diff)
downloadgitlab-ce-6cb6f58a6259c91f79489b7f5a71f413d0e0d81c.tar.gz
rename theme to match actual colors
Diffstat (limited to 'lib/gitlab/themes.rb')
-rw-r--r--lib/gitlab/themes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/themes.rb b/lib/gitlab/themes.rb
index d4020af76f9..19ab76ae80f 100644
--- a/lib/gitlab/themes.rb
+++ b/lib/gitlab/themes.rb
@@ -15,7 +15,7 @@ module Gitlab
Theme.new(1, 'Graphite', 'ui_graphite'),
Theme.new(2, 'Charcoal', 'ui_charcoal'),
Theme.new(3, 'Green', 'ui_green'),
- Theme.new(4, 'Gray', 'ui_gray'),
+ Theme.new(4, 'Black', 'ui_black'),
Theme.new(5, 'Violet', 'ui_violet'),
Theme.new(6, 'Blue', 'ui_blue')
].freeze