Change gitea default theme to arc-green

This commit is contained in:
2020-10-28 00:40:09 +01:00
parent e83ce4b350
commit 534bc27c86

View File

@@ -14,5 +14,6 @@
repositoryRoot = "/vault/git";
appName = "Gitea";
lfs.enable = true;
settings = { ui = { DEFAULT_THEME = "arc-green"; }; };
};
}