···11+[general]
22+initial-tool = "rectangle"
33+44+# Custom colours for the colour palette
55+[color-palette]
66+# These will be shown in the toolbar for quick selection
77+palette = [
88+ "#FF5D62", # Brand Red - your primary color
99+ "#3150AA", # Link (Light) - bright blue for highlights
1010+ "#98BB6C", # Success - green for positive actions
1111+ "#FFA066", # Warning - orange for attention
1212+ "#D27E99", # Link Hover (Dark) - pink for secondary actions
1313+ "#DCD7BA" # White/Text (Light) - beige for text/outlines
1414+]
1515+1616+# These will be available in the color picker as presets
1717+custom = [
1818+ "#FF5D62", # Brand Red
1919+ "#1F1F28", # Dark 2 (Inner BG)
2020+ "#181820", # Dark 1 (Outer BG)
2121+ "#3150AA", # Link (Light)
2222+ "#658594", # Link (Dark)
2323+ "#D27E99", # Link Hover (Dark)
2424+ "#938AA9", # Visited Link (Dark)
2525+ "#98BB6C", # Success
2626+ "#FFA066", # Warning
2727+ "#DCD7BA", # White/Text (Light)
2828+ "#717C7C", # Breadcrumb
2929+ "#363646" # Accent BG
3030+]