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.
10 lines
497 B
XML
10 lines
497 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"/>
|
|
<!-- Circular arrow -->
|
|
<path d="M16 6 A10 10 0 1 1 6 16" fill="none" stroke="#f9e2af" stroke-width="2.5" stroke-linecap="round"/>
|
|
<!-- Arrow head -->
|
|
<path d="M16 6 L12 9 L16 12" fill="none" stroke="#f9e2af" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<!-- Center indicator -->
|
|
<circle cx="16" cy="16" r="3" fill="#fab387"/>
|
|
</svg>
|