diff --git a/profiles/gitea.nix b/profiles/gitea.nix index 4db802c..a77c430 100644 --- a/profiles/gitea.nix +++ b/profiles/gitea.nix @@ -36,7 +36,7 @@ IS_INPUT_FILE = false; }; ui = { - DEFAULT_THEME = "arc-green"; # Set the default theme + DEFAULT_THEME = "gitea"; # Set the default theme }; }; };