From b764f2abe679212c449cdf6f0c3bb15d2521be23 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 27 Apr 2021 09:14:02 +1000 Subject: [PATCH] gitea: set default theme to arc-green --- profiles/gitea.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/gitea.nix b/profiles/gitea.nix index a16a613..4db802c 100644 --- a/profiles/gitea.nix +++ b/profiles/gitea.nix @@ -35,6 +35,9 @@ RENDER_COMMAND = "${docutils}/bin/rst2html.py"; IS_INPUT_FILE = false; }; + ui = { + DEFAULT_THEME = "arc-green"; # Set the default theme + }; }; };