18 lines
465 B
YAML
Raw Normal View History

defaults_design:
2025-02-07 13:39:46 +01:00
enabled: true
css:
colors:
# General Colors
base: "#001f3f"
# Sucess Color
2025-02-18 14:21:33 +01:00
success: "#B2D3B2"
2025-02-07 14:08:18 +01:00
# As the warning color a light brown (earth)
2025-02-18 14:21:33 +01:00
warning: "#D2B48C"
2025-02-07 14:08:18 +01:00
# For error messages (standard red)
2025-02-18 14:21:33 +01:00
error: "#DC3545"
2025-02-07 14:08:18 +01:00
# As the info color a very light blue (symbolizing the sky)
2025-02-18 14:21:33 +01:00
info: "#F0F8FF"
2025-02-17 15:29:38 +01:00
filters:
2025-02-18 14:29:00 +01:00
saturation_change: 70
2025-02-19 13:46:45 +01:00
hue_shift: 0