🚀 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

@ -257,6 +257,7 @@
<string name="images_corners_roundness_option">Corners roundness</string>
<string name="images_alignment_option">Alignment</string>
<string name="images_width_option">Size</string>
<string name="images_color_effects_option">Color effects</string>
<!-- Browse -->
<string name="browse_files_structure_option">Files structure</string>
@ -332,6 +333,12 @@
<!-- Highlighted Reading properties -->
<string name="highlighted_reading_level">level</string>
<!-- Color Effect properties -->
<string name="color_effects_off">Off</string>
<string name="color_effects_grayscale">Grayscale</string>
<string name="color_effects_font">Font color</string>
<string name="color_effects_background">Background color</string>
<!-- Themes -->
<string name="dynamic_theme">Mercury</string>
<string name="blue_theme">Neptune</string>