From 5522d5765a6066595955cefed97d0f7753972aea Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 21 May 2024 20:49:49 +0200 Subject: [PATCH] fix(forgejo): default to light theme to make logo more visible --- hosts/ami/forgejo.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index 1728c7c..5f31001 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -39,6 +39,10 @@ in { ENABLE_NOTIFY_MAIL = true; }; + ui = { + DEFAULT_THEME = "forgejo-light"; + }; + "markup.asciidoc" = { ENABLED = true; NEED_POSTPROCESS = true; -- 2.46.0