Add Catppuccin theme (#2117)

Mocha for dark and Latte for light, mauve accent
This commit is contained in:
claymorwan
2025-05-28 19:39:42 +00:00
committed by GitHub
parent e1f6d14393
commit 77eb558742
9 changed files with 250 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class ThemingDelegateImpl : ThemingDelegate {
private val themeResources: Map<AppTheme, Int> = mapOf(
AppTheme.MONET to R.style.Theme_Tachiyomi_Monet,
AppTheme.CATPPUCCIN to R.style.Theme_Tachiyomi_Catppuccin,
AppTheme.GREEN_APPLE to R.style.Theme_Tachiyomi_GreenApple,
AppTheme.LAVENDER to R.style.Theme_Tachiyomi_Lavender,
AppTheme.MIDNIGHT_DUSK to R.style.Theme_Tachiyomi_MidnightDusk,