pub async fn theme(
__arg0: State<AppState>,
__arg1: Query<ThemeQuery>,
) -> ApiResult<Json<ConfigFile>>Expand description
Unlike the settings file, a theme that is not there is a real error: the file was named by settings.toml, so its absence is a broken link the user should see rather than an empty palette that silently does nothing.