Add dark theme by default to Forgejo

This commit is contained in:
Jimbo 2024-09-20 12:37:22 -04:00
parent e6f28a3b6e
commit 17a0e35489

View file

@ -11,6 +11,9 @@
SSH_PORT = 2299; SSH_PORT = 2299;
START_SSH_SERVER = true; START_SSH_SERVER = true;
}; };
ui = {
DEFAULT_THEME = "forgejo-dark";
};
mailer = { mailer = {
ENABLED = true; ENABLED = true;
SMTP_ADDR = "mx.${outputs.secrets.jimDomain}"; SMTP_ADDR = "mx.${outputs.secrets.jimDomain}";