Color Schema updates
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512" role="img" aria-label="PorfolioJournal app icon">
|
||||
<defs>
|
||||
<linearGradient id="pj-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"/>
|
||||
<stop offset="100%" stop-color="#764ba2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect x="32" y="32" width="448" height="448" rx="96" fill="url(#pj-gradient)"/>
|
||||
<path d="M160 336c0-64 48-112 96-112s96 48 96 112" fill="none" stroke="white" stroke-width="28" stroke-linecap="round"/>
|
||||
<path d="M192 208h128" fill="none" stroke="white" stroke-width="28" stroke-linecap="round"/>
|
||||
<circle cx="208" cy="176" r="12" fill="white"/>
|
||||
<circle cx="304" cy="176" r="12" fill="white"/>
|
||||
<rect x="32" y="32" width="448" height="448" rx="96" fill="#ffffff" stroke="#e6e9ef" stroke-width="4"/>
|
||||
<rect x="140" y="150" width="72" height="272" fill="#1f2b3a"/>
|
||||
<rect x="220" y="230" width="72" height="192" fill="#4b7bf2"/>
|
||||
<rect x="300" y="190" width="72" height="232" fill="#58b77a"/>
|
||||
<rect x="380" y="120" width="72" height="302" fill="#e9a23b"/>
|
||||
<path d="M208 270C254 220 320 185 392 140" fill="none" stroke="#1f2b3a" stroke-width="18" stroke-linecap="round"/>
|
||||
<circle cx="404" cy="132" r="20" fill="#1f2b3a"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 679 B |
+10
-12
@@ -1,14 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630" role="img" aria-label="PorfolioJournal">
|
||||
<defs>
|
||||
<linearGradient id="pj-gradient" x1="0" y1="0" x2="1" y2="1">
|
||||
<stop offset="0%" stop-color="#667eea"/>
|
||||
<stop offset="100%" stop-color="#764ba2"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1200" height="630" fill="#f5f5f7"/>
|
||||
<rect x="96" y="96" width="144" height="144" rx="36" fill="url(#pj-gradient)"/>
|
||||
<path d="M130 190c0-26 20-46 46-46s46 20 46 46" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
|
||||
<path d="M138 138h72" fill="none" stroke="white" stroke-width="10" stroke-linecap="round"/>
|
||||
<text x="96" y="310" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif" font-size="64" fill="#1d1d1f" font-weight="600">PorfolioJournal</text>
|
||||
<text x="96" y="380" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif" font-size="32" fill="#6e6e73">Offline-first portfolio tracking with calm monthly check-ins.</text>
|
||||
<rect width="1200" height="630" fill="#f6f7f9"/>
|
||||
<rect x="96" y="96" width="164" height="164" rx="40" fill="#ffffff" stroke="#e6e9ef" stroke-width="3"/>
|
||||
<rect x="136" y="148" width="20" height="88" fill="#1f2b3a"/>
|
||||
<rect x="162" y="178" width="20" height="58" fill="#4b7bf2"/>
|
||||
<rect x="188" y="166" width="20" height="70" fill="#58b77a"/>
|
||||
<rect x="214" y="136" width="20" height="100" fill="#e9a23b"/>
|
||||
<path d="M160 196C176 176 198 166 224 150" fill="none" stroke="#1f2b3a" stroke-width="8" stroke-linecap="round"/>
|
||||
<circle cx="232" cy="146" r="10" fill="#1f2b3a"/>
|
||||
<text x="96" y="330" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif" font-size="64" fill="#1f2b3a" font-weight="600">PorfolioJournal</text>
|
||||
<text x="96" y="400" font-family="-apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Helvetica Neue', Arial, sans-serif" font-size="32" fill="#4b5668">Offline-first portfolio tracking with calm monthly check-ins.</text>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user