added tip related to settings.json

This commit is contained in:
Shayan Rais
2026-03-24 16:53:02 +05:00
parent f297cfe613
commit c451a723dd
2 changed files with 18 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="56" height="20" role="img" aria-label="davila7">
<title>davila7</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="56" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="56" height="20" fill="#e67e22"/>
<rect width="56" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="28" y="14">davila7</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 700 B