21 lines
487 B
YAML
Raw Normal View History

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