Files
mdm-ordinis/ordinis-admin-ui/public/ordinis-lockup-light.svg
T
Zimin A.N. 7684e0c9bd 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 никакого синего адаптируй под наши темы'.
2026-05-11 23:28:06 +03:00

23 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 560 200" width="560" height="200">
<title>Ordinis MDM — horizontal lockup, light</title>
<defs>
<linearGradient id="core2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#d97757"/>
<stop offset="1" stop-color="#b05a2e"/>
</linearGradient>
</defs>
<g transform="translate(100 100)">
<circle r="76" fill="none" stroke="#e6e1d4" stroke-width="1.5"/>
<circle r="49" fill="none" stroke="#e6e1d4" stroke-width="1.5"/>
<circle cx="76" cy="0" r="6.5" fill="#b05a2e"/>
<circle cx="-38" cy="65.82" r="6.5" fill="#d97757"/>
<circle cx="-38" cy="-65.82" r="6.5" fill="#d97757"/>
<circle cx="-49" cy="0" r="5.2" fill="#b05a2e"/>
<circle cx="24.5" cy="-42.43" r="5.2" fill="#d97757"/>
<circle cx="24.5" cy="42.43" r="5.2" fill="#d97757"/>
<circle r="12" fill="url(#core2)"/>
</g>
<text x="220" y="108" font-family="Tektur, 'Inter', sans-serif" font-size="52" font-weight="600" fill="#2c2b27" letter-spacing="1">Ordinis</text>
<text x="222" y="138" font-family="Tektur, 'Inter', sans-serif" font-size="12" font-weight="400" fill="#8a8474" letter-spacing="5">MDM PLATFORM</text>
</svg>