From 0eb72474c71facdd1e20c393e1ddc2939ebae5c0 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 7 Jan 2025 15:13:26 -0500 Subject: [PATCH] gitlab: default to dark --- hosts/chunk/gitlab.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/chunk/gitlab.nix b/hosts/chunk/gitlab.nix index 7bcc80c..753bcbd 100644 --- a/hosts/chunk/gitlab.nix +++ b/hosts/chunk/gitlab.nix @@ -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; }; };