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-07 16:43:12 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-07 16:43:12 +0300
commit99dcf870dd46299ffec2e5067c9b3223de3315ce (patch)
treed03849885b0ca71fddc2bd1a2eee07ad9b00ea87 /lib/gitlab/themes.rb
parent95415d99d603e0a6fc8755e1d360f8b913cdc8a4 (diff)
Use indigo as default theme
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 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)