diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-05 17:30:40 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-13 17:58:17 -0400 |
commit | 5f20574db5c7b91d54e829010c1fda093ea8a25e (patch) | |
tree | acb1ee012c35be0b9d1dfad785d05e70deec714b /config | |
parent | 1044dfbfd29866b101cfbdc278788bd4f55a7276 (diff) | |
download | gitlab-ce-5f20574db5c7b91d54e829010c1fda093ea8a25e.tar.gz |
Fix a few remaining references to the old Theme names/IDs
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 96b6ed01f42..c32ac2042d0 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -62,12 +62,13 @@ production: &base # default_can_create_group: false # default: true # username_changing_enabled: false # default: true - User can change her username/namespace - ## Default theme - ## BASIC = 1 - ## MARS = 2 - ## MODERN = 3 - ## GRAY = 4 - ## COLOR = 5 + ## Default theme ID + ## 1 - Graphite + ## 2 - Charcoal + ## 3 - Green + ## 4 - Gray + ## 5 - Violet + ## 6 - Blue # default_theme: 2 # default: 2 ## Automatic issue closing |