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:
Zimin A.N.
2026-05-11 23:28:06 +03:00
parent ac5f5bea01
commit 7684e0c9bd
7 changed files with 68 additions and 69 deletions
@@ -2,21 +2,21 @@
<title>Ordinis MDM — horizontal lockup, light</title>
<defs>
<linearGradient id="core2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#378ADD"/>
<stop offset="1" stop-color="#185FA5"/>
<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="#B5D4F4" stroke-width="1.2"/>
<circle r="49" fill="none" stroke="#B5D4F4" stroke-width="1.2"/>
<circle cx="76" cy="0" r="6.5" fill="#185FA5"/>
<circle cx="-38" cy="65.82" r="6.5" fill="#378ADD"/>
<circle cx="-38" cy="-65.82" r="6.5" fill="#378ADD"/>
<circle cx="-49" cy="0" r="5.2" fill="#185FA5"/>
<circle cx="24.5" cy="-42.43" r="5.2" fill="#378ADD"/>
<circle cx="24.5" cy="42.43" r="5.2" fill="#378ADD"/>
<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="Inter, 'Helvetica Neue', Arial, sans-serif" font-size="52" font-weight="500" fill="#0C447C" 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="#888780" letter-spacing="5">MDM PLATFORM</text>
<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>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB