Change theme naming in gitea config

This commit is contained in:
Evie Litherland-Smith 2023-05-19 11:55:21 +01:00
parent d94610e036
commit af8b3cd935

View file

@ -10,7 +10,7 @@
};
service.DISABLE_REGISTRATION = true;
ui = {
THEMES = " auto,gitea,arc-green,theme-catppuccin-macchiato-lavender";
THEMES = " auto,gitea,arc-green,catppuccin-macchiato-lavender";
};
};
appName = "Gitea";