diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-06-07 07:37:02 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-06-07 07:37:02 +0000 |
commit | 164dbc6b77558e29fd9a1553048d314457dc6990 (patch) | |
tree | bd5076a584a04b3de2333cbbce51eefa7bf3353c /config/gitlab.yml.example | |
parent | ce001db93846bc693be0277bde163850da62f292 (diff) | |
download | gitlab-ce-164dbc6b77558e29fd9a1553048d314457dc6990.tar.gz |
Resolve "Introduce new navigation themes in GitLab 11.0"
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 7eb44b8059e..489dc8840e5 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -78,10 +78,15 @@ production: &base # username_changing_enabled: false # default: true - User can change her username/namespace ## Default theme ID ## 1 - Indigo - ## 2 - Dark - ## 3 - Light - ## 4 - Blue + ## 2 - Light Indigo + ## 3 - Blue + ## 4 - Light Blue ## 5 - Green + ## 6 - Light Green + ## 7 - Red + ## 8 - Light Red + ## 9 - Dark + ## 10 - Light # default_theme: 1 # default: 1 ## Automatic issue closing |