Fix THEMES list to be INI style
This commit is contained in:
parent
13e40dc4c7
commit
d94610e036
|
@ -10,9 +10,7 @@
|
|||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
ui = {
|
||||
THEMES = [
|
||||
"theme-catppuccin-macchiato-lavender.css"
|
||||
];
|
||||
THEMES = " auto,gitea,arc-green,theme-catppuccin-macchiato-lavender";
|
||||
};
|
||||
};
|
||||
appName = "Gitea";
|
||||
|
|
Loading…
Reference in a new issue