2025-02-07 13:39:46 +01:00
|
|
|
|
global_theming:
|
|
|
|
|
enabled: true
|
|
|
|
|
css:
|
|
|
|
|
colors:
|
2025-02-15 14:52:39 +01:00
|
|
|
|
# General Colors
|
|
|
|
|
base: "#001f3f"
|
2025-02-17 13:51:22 +01:00
|
|
|
|
|
2025-02-15 14:52:39 +01:00
|
|
|
|
# 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-17 15:29:38 +01:00
|
|
|
|
hue_shift: 0
|
|
|
|
|
|
2025-02-18 12:57:03 +01:00
|
|
|
|
# Global Theming is default enabled for all roles
|
|
|
|
|
# If you want to disable the global css for a role, set
|
|
|
|
|
# global_theming_enabled: false
|
|
|
|
|
# in var/main.yml
|
|
|
|
|
global_theming_enabled: true
|