From 3edaacfce28cdfba2943f919026fbc23baae8645 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:12:20 -0500 Subject: [PATCH] change default theme --- hosts/git/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 17c75e8..a8288db 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -201,7 +201,7 @@ in }; time.DEFAULT_UI_LOCATION = config.time.timeZone; ui = { - DEFAULT_THEME = "arc-green"; + DEFAULT_THEME = "forgejo-dark"; EXPLORE_PAGING_NUM = 25; FEED_PAGING_NUM = 50; ISSUE_PAGING_NUM = 25;