fix(brand): recolor logo — terracotta accent, no blue (theme-aligned)
Brand assets из !100 пришли с DeepBlue/SkyBlue colors (design system prototype). Ordinis app theme uses warm terracotta accent (#d97757 light / #b05a2e dark) на cream/ink palette. Never blue. Recolored все 5 SVG + inline Sidebar mark: - favicon.svg: stroke #d97757, dots/core #b05a2e - ordinis-mark.svg: orbits #e6e1d4 (line), dots accent gradient terracotta - ordinis-appicon.svg: dark warm-ink tile (#2c2b27 → #1a1714), accent dots, white outer dots for contrast on dark - ordinis-lockup-light.svg: terracotta orbits + warm-ink wordmark (Tektur) - ordinis-lockup-dark.svg: warm-dark bg + terracotta accents + cream wordmark - Sidebar inline svg: currentColor + text-accent, var(--color-line) для orbits — автоматически работает в both light + dark themes - index.html: theme-color/mask-icon → #b05a2e (terracotta dark) User feedback: 'DeepBlue никакого синего адаптируй под наши темы'.
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 560 200" width="560" height="200">
|
||||
<title>Ordinis MDM — horizontal lockup, dark</title>
|
||||
<rect width="560" height="200" fill="#042C53"/>
|
||||
<rect width="560" height="200" fill="#1a1714"/>
|
||||
<g transform="translate(100 100)">
|
||||
<circle r="76" fill="none" stroke="#85B7EB" stroke-width="1" opacity="0.55"/>
|
||||
<circle r="49" fill="none" stroke="#85B7EB" stroke-width="1" opacity="0.55"/>
|
||||
<circle cx="76" cy="0" r="6.5" fill="#FFFFFF"/>
|
||||
<circle cx="-38" cy="65.82" r="6.5" fill="#85B7EB"/>
|
||||
<circle cx="-38" cy="-65.82" r="6.5" fill="#85B7EB"/>
|
||||
<circle cx="-49" cy="0" r="5.2" fill="#FFFFFF"/>
|
||||
<circle cx="24.5" cy="-42.43" r="5.2" fill="#85B7EB"/>
|
||||
<circle cx="24.5" cy="42.43" r="5.2" fill="#85B7EB"/>
|
||||
<circle r="12" fill="#FFFFFF"/>
|
||||
<circle r="76" fill="none" stroke="#52483d" stroke-width="1" opacity="0.7"/>
|
||||
<circle r="49" fill="none" stroke="#52483d" stroke-width="1" opacity="0.7"/>
|
||||
<circle cx="76" cy="0" r="6.5" fill="#d97757"/>
|
||||
<circle cx="-38" cy="65.82" r="6.5" fill="#d97757" opacity="0.75"/>
|
||||
<circle cx="-38" cy="-65.82" r="6.5" fill="#d97757" opacity="0.75"/>
|
||||
<circle cx="-49" cy="0" r="5.2" fill="#d97757"/>
|
||||
<circle cx="24.5" cy="-42.43" r="5.2" fill="#d97757" opacity="0.75"/>
|
||||
<circle cx="24.5" cy="42.43" r="5.2" fill="#d97757" opacity="0.75"/>
|
||||
<circle r="12" fill="#d97757"/>
|
||||
</g>
|
||||
<text x="220" y="108" font-family="Inter, 'Helvetica Neue', Arial, sans-serif" font-size="52" font-weight="500" fill="#FFFFFF" letter-spacing="1">Ordinis</text>
|
||||
<text x="222" y="138" font-family="Inter, 'Helvetica Neue', Arial, sans-serif" font-size="12" font-weight="400" fill="#85B7EB" letter-spacing="5">MDM PLATFORM</text>
|
||||
<text x="220" y="108" font-family="Tektur, 'Inter', sans-serif" font-size="52" font-weight="600" fill="#fbf8ee" letter-spacing="1">Ordinis</text>
|
||||
<text x="222" y="138" font-family="Tektur, 'Inter', sans-serif" font-size="12" font-weight="400" fill="#8c8276" letter-spacing="5">MDM PLATFORM</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user