diff --git a/styles/src/generate_styles.ts b/styles/src/generate_styles.ts index 7564f38d..9c38af1a 100644 --- a/styles/src/generate_styles.ts +++ b/styles/src/generate_styles.ts @@ -15,7 +15,7 @@ if (process.argv.length < 2) { const args = process.argv.slice(2); const tileJson = args[0]; -for (const theme of Object.keys(themes)) { +for (const theme of ["light", "dark", "white", "grayscale", "black"]) { for (const { lang, full_name, script } of language_script_pairs) { const layers = i("protomaps", theme, lang, script);