🚀 Images Color Effects option

* Different color effects (Grayscale, Font Color, Background Color)

Part-of: #69
This commit is contained in:
Acclorite 2025-01-10 16:00:35 +02:00
parent 76a1cc6f96
commit 67a5f12b6a
15 changed files with 151 additions and 2 deletions

View file

@ -202,6 +202,7 @@
<string name="images_corners_roundness_option">Округлість кутків</string>
<string name="images_alignment_option">Розташування</string>
<string name="images_width_option">Розмір</string>
<string name="images_color_effects_option">Ефекти кольору</string>
<!-- Browse -->
<string name="browse_files_structure_option">Структура файлів</string>
@ -275,6 +276,12 @@
<!-- Highlighted Reading properties -->
<string name="highlighted_reading_level">рівень</string>
<!-- Color Effects properties -->
<string name="color_effects_off">Вимкнені</string>
<string name="color_effects_grayscale">Відтінки сірого</string>
<string name="color_effects_font">Колір шрифта</string>
<string name="color_effects_background">Колір фона</string>
<!-- Themes -->
<string name="dynamic_theme">Меркурій</string>
<string name="blue_theme">Нептун</string>