gitlab: default to dark

This commit is contained in:
cy 2025-01-07 15:13:26 -05:00
parent 8b9f2f44e8
commit 0eb72474c7

View file

@ -25,7 +25,10 @@
keepTime = 48; # hours
};
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;
};
};