Reputation: 1392
The default Indigo color for GitLab doesn't suit my Header Logo. I want to change it to a lighter color. Are there any options to change the navigation theme color or can it changed programmatically?
Upvotes: 8
Views: 10108
Reputation: 1032
You can change the default theme (for new users) by setting
gitlab_rails['gitlab_default_theme'] = THEME_NUMBER
in /etc/gitlab/gitlab.rb
. Afterwards run gitlab-ctl reconfigure
. See here for the theme numbers. E.g. 3
corresponds to the Light theme.
Upvotes: 7
Reputation: 1392
The navigation theme color cannot be changed for everyone at once. It can only changed for individual profile.
As mentioned in this document of Gitlab,
Upvotes: 9