FinchKeep
Finch
Keep
Features
Pricing
Blog
Contact
{ const themes = ['system', 'light', 'dark']; const currentIndex = themes.indexOf($store.theme.current); const nextIndex = (currentIndex + 1) % themes.length; $store.theme.setTheme(themes[nextIndex]); }" type="button" class="p-2 rounded-lg text-gray-500 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 hover:text-gray-700 dark:hover:text-gray-200 transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-teal-500" :title="$store.theme.current === 'system' ? 'System theme' : ($store.theme.current === 'light' ? 'Light theme' : 'Dark theme')">
Sign in
Coming Soon
Open menu
Features
Pricing
Blog
Contact
{ const themes = ['system', 'light', 'dark']; const currentIndex = themes.indexOf($store.theme.current); const nextIndex = (currentIndex + 1) % themes.length; $store.theme.setTheme(themes[nextIndex]); }" type="button" class="w-full flex items-center justify-between p-2 rounded-lg text-gray-700 dark:text-gray-300 hover:bg-gray-50 dark:hover:bg-gray-800 transition-colors">
Theme
Sign in
Coming Soon
Blog
Updates, tips, and insights on better bookkeeping.
No posts yet. Check back soon!