add f0ck98 theme

This commit is contained in:
2026-07-25 22:14:54 +02:00
parent 88e6b6efb9
commit 07de9d4488
8 changed files with 626 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
}
};
const themes = window.f0ckThemes || ['amoled', 'atmos', 'f0ck', 'f0ck95d', 'iced', 'orange', 'p1nk', '4d'];
const themes = window.f0ckThemes || ['amoled', 'atmos', 'f0ck', 'f0ck95d', 'f0ck98', 'iced', 'orange', 'p1nk', '4d'];
const defaultTheme = window.f0ckDefaultTheme || (window.f0ckSession && window.f0ckSession.default_theme) || themes[0] || 'amoled';
const setTheme = (theme) => {