34 lines
1.2 KiB
YAML
Raw Normal View History

2025-02-07 13:39:46 +01:00
global_theming:
enabled: true
css:
colors:
2025-02-07 14:08:18 +01:00
# For buttons and highlights symbolizes the sea (slate blue)
primary: "#4F6D7A"
# For navigation, footers, etc. a subtly light brown with a grayish tint (earth)
secondary: "#C8A28F"
# For the general (light mode) background an azul, bluegray tone
background: "#DCE6F2"
# For dark mode: a dark, bluegray background
background_dark: "#2E3B4E"
# For the text true black
text: "#000000"
# Accent color (e.g., for links or buttons) a golden tone symbolizing the sun
accent: "#FFD700"
# As the positive/success color a light, slightly grayish green (forest)
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"
# Links in this case, identical to primary (sea)
link: "#4F6D7A"
# Button text white
button_text: "#FFFFFF"
# Shadows & borders (unchanged)
shadow: "rgba(0, 0, 0, 0.1)"
border: "#DDDDDD"
2025-02-07 13:39:46 +01:00
2025-02-07 14:08:18 +01:00
global_theming_enabled: true