Change gitea default theme to arc-green

This commit is contained in:
coolneng 2020-10-28 00:40:09 +01:00
parent e83ce4b350
commit 534bc27c86
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

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