diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-05 16:57:31 -0700 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-09-06 12:54:09 -0500 |
commit | c3ac7311525bc23bd8b75addec34654aa87ebbae (patch) | |
tree | d18b29e105904d17853a0b4e1a73087595460f20 /config | |
parent | 4ccdecb1aa0f392d7eeb56c1dc9053ad8c921504 (diff) | |
download | gitlab-ce-c3ac7311525bc23bd8b75addec34654aa87ebbae.tar.gz |
Add blue theme
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 5439cd3d4a2..2213a1188ee 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -79,6 +79,7 @@ production: &base ## Default theme ID ## 1 - Indigo ## 2 - Dark + ## 3 - Blue # default_theme: 1 # default: 1 ## Automatic issue closing |