Commit bf1caa08 authored by James T. Lee's avatar James T. Lee
Browse files

gitlab: Use dark theme, but not dark mode

Dark mode is alpha and definitely not ready yet.
parent 7a7887f6
...@@ -14,7 +14,7 @@ class nest::service::gitlab ( ...@@ -14,7 +14,7 @@ class nest::service::gitlab (
nginx['listen_https'] = false nginx['listen_https'] = false
# Use dark theme by default # Use dark theme by default
gitlab_rails['gitlab_default_theme'] = 11 gitlab_rails['gitlab_default_theme'] = 2
# Gmail outbound # Gmail outbound
# See: https://docs.gitlab.com/omnibus/settings/smtp.html#gmail # See: https://docs.gitlab.com/omnibus/settings/smtp.html#gmail
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment