gitea: set default theme to arc-green

This commit is contained in:
Craige McWhirter 2021-04-27 09:14:02 +10:00
parent 6ab7fd825b
commit b764f2abe6
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -35,6 +35,9 @@
RENDER_COMMAND = "${docutils}/bin/rst2html.py";
IS_INPUT_FILE = false;
};
ui = {
DEFAULT_THEME = "arc-green"; # Set the default theme
};
};
};