mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Merge light and dark themes (#5470)
* Merge AMOLED and regular dark themes This allows all variants of dark themes to use black backgrounds as a separate preference. * Merge light and dark themes * Fix ReaderSeekBar color on Dark Blue theme * Color fixes * Fix Dark Blue bars ripple * Simplify night mode check
This commit is contained in:
		| @@ -389,10 +389,7 @@ | ||||
|     <string name="theme_light">Apagado</string> | ||||
|     <string name="theme_dark">Encendido</string> | ||||
|     <string name="theme_system">Usar el del sistema</string> | ||||
|     <string name="pref_theme_dark">Tema oscuro</string> | ||||
|     <string name="theme_dark_default">Predeterminado</string> | ||||
|     <string name="theme_dark_blue">Negro y azul</string> | ||||
|     <string name="theme_dark_amoled">AMOLED negro</string> | ||||
|     <string name="theme_darkblue">Negro y azul</string> | ||||
|     <string name="pref_manage_notifications">Gestionar notificaciones</string> | ||||
|     <string name="pref_category_security">Seguridad</string> | ||||
|     <string name="lock_with_biometrics">Bloquear con huella</string> | ||||
| @@ -434,9 +431,7 @@ | ||||
|         <item quantity="one">Para 1 título</item> | ||||
|         <item quantity="other">Para %d títulos</item> | ||||
|     </plurals> | ||||
|     <string name="pref_theme_light">Tema claro</string> | ||||
|     <string name="theme_light_default">Predeterminado</string> | ||||
|     <string name="theme_light_blue">Azul y blanco</string> | ||||
|     <string name="theme_default">Predeterminado</string> | ||||
|     <string name="action_menu">Menú</string> | ||||
|     <string name="action_reorganize_by">Reordenar</string> | ||||
|     <string name="action_newest">Lo más nuevo</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user