feat: add theme switcher, dark theme

This commit is contained in:
2026-08-25 14:32:13 +05:00
parent 5b22409d41
commit f1f5bd4409
8 changed files with 274 additions and 5 deletions
+3 -1
View File
@@ -102,7 +102,9 @@ export const en: Dict = {
decrease: 'Decrease',
increase: 'Increase',
reset: 'Reset',
pipette: 'Eyedropper'
pipette: 'Eyedropper',
themeLight: 'Light theme',
themeDark: 'Dark theme'
},
errors: {
noImageRun: 'This tool does not process images',