Fix THEMES list to be INI style

This commit is contained in:
Evie Litherland-Smith 2023-05-19 11:52:45 +01:00
parent 13e40dc4c7
commit d94610e036

View file

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