Adapted saturation and hue filters

This commit is contained in:
2025-02-17 15:29:38 +01:00
parent 0161f855ae
commit 77ad71436e
2 changed files with 6 additions and 4 deletions

View File

@@ -5,8 +5,6 @@ global_theming:
# General Colors
base: "#001f3f"
lightness_change:
# Sucess Color
success: "#B2D3B2"
# As the warning color a light brown (earth)
@@ -15,4 +13,8 @@ global_theming:
error: "#DC3545"
# As the info color a very light blue (symbolizing the sky)
info: "#F0F8FF"
filters:
saturation_change: 100
hue_shift: 0
global_theming_enabled: true