gitlab: default to dark
This commit is contained in:
parent
8b9f2f44e8
commit
0eb72474c7
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
||||||
keepTime = 48; # hours
|
keepTime = 48; # hours
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
gitlab.default_theme = 11;
|
gitlab = {
|
||||||
|
# NOTE: default_syntax_highlighting_theme needs to be set in the application_settings table in the database
|
||||||
|
default_color_mode = 2;
|
||||||
|
};
|
||||||
prometheus.enabled = false;
|
prometheus.enabled = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue