diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-07 06:43:12 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-07 06:43:12 -0700 |
commit | 99dcf870dd46299ffec2e5067c9b3223de3315ce (patch) | |
tree | d03849885b0ca71fddc2bd1a2eee07ad9b00ea87 /lib | |
parent | 95415d99d603e0a6fc8755e1d360f8b913cdc8a4 (diff) | |
download | gitlab-ce-99dcf870dd46299ffec2e5067c9b3223de3315ce.tar.gz |
Use indigo as default theme
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/themes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/themes.rb b/lib/gitlab/themes.rb index e871557e243..37054d98102 100644 --- a/lib/gitlab/themes.rb +++ b/lib/gitlab/themes.rb @@ -5,7 +5,7 @@ module Gitlab extend self # Theme ID used when no `default_theme` configuration setting is provided. - APPLICATION_DEFAULT = 2 + APPLICATION_DEFAULT = 1 # Struct class representing a single Theme Theme = Struct.new(:id, :name, :css_class) |