changed gitea default theme

This commit is contained in:
mc-fucker 2022-01-27 17:15:18 +01:00
parent 190af4143f
commit 564245df40

View file

@ -19,6 +19,10 @@
START_SSH_SERVER = true; START_SSH_SERVER = true;
SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519"; SSH_SERVER_HOST_KEYS = "ssh/gitea.ed25519";
}; };
ui = {
DEFAULT_THEME = "arc-green";
#THEMES = "gitea-modern";
};
}; };
ssh.clonePort = 2222; ssh.clonePort = 2222;
} }