diff options
author | Douwe Maan <douwe@gitlab.com> | 2018-07-23 08:08:49 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2018-07-23 08:08:49 +0000 |
commit | 906eb7dc1c2a2ab1332c784e133153485b950807 (patch) | |
tree | 5c0899b56aadc731fcb31941d6edd5b1bb7fea17 /config | |
parent | a967f24b4206b544e5ee92d100577eae9a1d281b (diff) | |
parent | 71a24a82bfdf65767572f461f17b8262a55af9ef (diff) | |
download | gitlab-ce-906eb7dc1c2a2ab1332c784e133153485b950807.tar.gz |
Merge branch 'fix-theme-index' into 'master'
Fix theme index to match reality
See merge request gitlab-org/gitlab-ce!20772
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index ab109f5d04f..561ff57c9fb 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -78,15 +78,15 @@ production: &base # username_changing_enabled: false # default: true - User can change her username/namespace ## Default theme ID ## 1 - Indigo - ## 2 - Light Indigo - ## 3 - Blue - ## 4 - Light Blue + ## 2 - Dark + ## 3 - Light + ## 4 - Blue ## 5 - Green - ## 6 - Light Green - ## 7 - Red - ## 8 - Light Red - ## 9 - Dark - ## 10 - Light + ## 6 - Light Indigo + ## 7 - Light Blue + ## 8 - Light Green + ## 9 - Red + ## 10 - Light Red # default_theme: 1 # default: 1 ## Automatic issue closing |