19 lines
440 B
YAML
Raw Normal View History

2025-02-07 13:39:46 +01:00
global_theming:
enabled: true
css:
colors:
# General Colors
base: "#001f3f"
# Special Action Colors
# 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"
global_theming_enabled: true