34 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

global_theming:
enabled: true
css:
colors:
# 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"
global_theming_enabled: true