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-08-31 23:08:30 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:54:09 +0300
commit3c815f97d32d78abc0eea4f0dd2397e646cd9fd6 (patch)
treeffd48acc78844cdbad32ea1da38538d4c6e6cae8 /config/gitlab.yml.example
parent6c49a628000605d1beb120431003abb329b9fd16 (diff)
Add functionality for two themes
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example12
1 files changed, 4 insertions, 8 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 1ca0f263f13..5439cd3d4a2 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -77,13 +77,9 @@ production: &base
# default_can_create_group: false # default: true
# username_changing_enabled: false # default: true - User can change her username/namespace
## Default theme ID
- ## 1 - Graphite
- ## 2 - Charcoal
- ## 3 - Green
- ## 4 - Gray
- ## 5 - Violet
- ## 6 - Blue
- # default_theme: 2 # default: 2
+ ## 1 - Indigo
+ ## 2 - Dark
+ # default_theme: 1 # default: 1
## Automatic issue closing
# If a commit message matches this regular expression, all issues referenced from the matched text will be closed.
@@ -749,4 +745,4 @@ test:
admin_group: ''
staging:
- <<: *base \ No newline at end of file
+ <<: *base