Some checks are pending
Build and Test / build (push) Has started running
Change color assignments for better semantic meaning:
- View operations: Yellow (#f9e2af) / Peach (#fab387)
- System/Settings: Mauve (#cba6f7) / Lavender (#b4befe)
Updated icons:
- View: zoom-in, zoom-out, zoom-fit-best, view-refresh, view-fullscreen,
Std_ViewHome, Std_ViewScreenShot, Std_ToggleVisibility
- System: preferences-system, help-browser, application-exit, Std_Refresh
Also updated README.md color usage documentation.
12 lines
463 B
XML
12 lines
463 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect x="2" y="2" width="28" height="28" rx="4" fill="#313244"/>
|
|
<!-- Eye shape -->
|
|
<path d="M4 16 Q16 6 28 16 Q16 26 4 16" fill="#45475a" stroke="#f9e2af" stroke-width="1.5"/>
|
|
<!-- Iris -->
|
|
<circle cx="16" cy="16" r="5" fill="#fab387"/>
|
|
<!-- Pupil -->
|
|
<circle cx="16" cy="16" r="2.5" fill="#1e1e2e"/>
|
|
<!-- Light reflection -->
|
|
<circle cx="14" cy="14.5" r="1" fill="#cdd6f4"/>
|
|
</svg>
|