mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
19 lines
440 B
YAML
19 lines
440 B
YAML
global_theming:
|
||
enabled: true
|
||
css:
|
||
colors:
|
||
# General Colors
|
||
base: "#001f3f"
|
||
|
||
lightness_change:
|
||
|
||
# Sucess Color
|
||
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
|