Files
github-stats/generated/languages.svg
2022-10-07 15:01:00 +03:00

321 lines
9.9 KiB
XML

<svg id="gh-dark-mode-only" width="360" height="210" xmlns="http://www.w3.org/2000/svg">
<style>
svg {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
font-size: 14px;
line-height: 21px;
}
#background {
width: calc(100% - 10px);
height: calc(100% - 10px);
fill: white;
stroke: rgb(225, 228, 232);
stroke-width: 1px;
rx: 6px;
ry: 6px;
}
#gh-dark-mode-only:target #background {
fill: #0d1117;
stroke-width: 0.5px;
}
foreignObject {
width: calc(100% - 10px - 32px);
height: calc(100% - 10px - 24px);
}
h2 {
margin-top: 0;
margin-bottom: 0.75em;
line-height: 24px;
font-size: 16px;
font-weight: 600;
color: rgb(36, 41, 46);
fill: rgb(36, 41, 46);
}
#gh-dark-mode-only:target h2 {
color: #c9d1d9;
fill: #c9d1d9;
}
ul {
list-style: none;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
li {
display: inline-flex;
font-size: 12px;
margin-right: 2ch;
align-items: center;
flex-wrap: nowrap;
transform: translateX(-500%);
animation: slideIn 2s ease-in-out forwards;
}
@keyframes slideIn {
to {
transform: translateX(0);
}
}
div.ellipsis {
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.octicon {
fill: rgb(88, 96, 105);
margin-right: 0.5ch;
vertical-align: top;
}
#gh-dark-mode-only:target .octicon {
color: #8b949e;
fill: #8b949e;
}
.progress {
display: flex;
height: 8px;
overflow: hidden;
background-color: rgb(225, 228, 232);
border-radius: 6px;
outline: 1px solid transparent;
margin-bottom: 1em;
}
#gh-dark-mode-only:target .progress {
background-color: rgba(110, 118, 129, 0.4);
}
.progress-item {
outline: 2px solid rgb(225, 228, 232);
border-collapse: collapse;
}
#gh-dark-mode-only:target .progress-item {
outline: 2px solid #393f47;
}
.lang {
font-weight: 600;
margin-right: 4px;
color: rgb(36, 41, 46);
}
#gh-dark-mode-only:target .lang {
color: #c9d1d9;
}
.percent {
color: rgb(88, 96, 105)
}
#gh-dark-mode-only:target .percent {
color: #8b949e;
}
</style>
<g>
<rect x="5" y="5" id="background" />
<g>
<foreignObject x="21" y="17" width="318" height="176">
<div xmlns="http://www.w3.org/1999/xhtml" class="ellipsis">
<h2>Languages Used (By File Size)</h2>
<div>
<span class="progress">
<span style="background-color: #3572A5;width: 37.403%;" class="progress-item"></span><span style="background-color: #555555;width: 30.039%;" class="progress-item"></span><span style="background-color: #dc566d;width: 10.113%;" class="progress-item"></span><span style="background-color: #f1e05a;width: 5.454%;" class="progress-item"></span><span style="background-color: #00ADD8;width: 4.185%;" class="progress-item"></span><span style="background-color: #89e051;width: 2.828%;" class="progress-item"></span><span style="background-color: #3D6117;width: 2.558%;" class="progress-item"></span><span style="background-color: #b07219;width: 2.284%;" class="progress-item"></span><span style="background-color: #427819;width: 1.380%;" class="progress-item"></span><span style="background-color: #f34b7d;width: 1.145%;" class="progress-item"></span><span style="background-color: #563d7c;width: 0.815%;" class="progress-item"></span><span style="background-color: #e5cd45;width: 0.610%;" class="progress-item"></span><span style="background-color: #6E4C13;width: 0.298%;" class="progress-item"></span><span style="background-color: #4F5D95;width: 0.235%;" class="progress-item"></span><span style="background-color: #199f4b;width: 0.220%;" class="progress-item"></span><span style="background-color: #000000;width: 0.193%;" class="progress-item"></span><span style="background-color: #3178c6;width: 0.178%;" class="progress-item"></span><span style="background-color: #DA3434;width: 0.048%;" class="progress-item"></span><span style="background-color: #C1F12E;width: 0.012%;" class="progress-item"></span>
</span>
</div>
<ul>
<li style="animation-delay: 0ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3572A5;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Python</span>
<span class="percent">37.40%</span>
</li>
<li style="animation-delay: 150ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#555555;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">C</span>
<span class="percent">30.04%</span>
</li>
<li style="animation-delay: 300ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#dc566d;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Standard ML</span>
<span class="percent">10.11%</span>
</li>
<li style="animation-delay: 450ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f1e05a;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">JavaScript</span>
<span class="percent">5.45%</span>
</li>
<li style="animation-delay: 600ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#00ADD8;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Go</span>
<span class="percent">4.18%</span>
</li>
<li style="animation-delay: 750ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#89e051;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Shell</span>
<span class="percent">2.83%</span>
</li>
<li style="animation-delay: 900ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3D6117;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">TeX</span>
<span class="percent">2.56%</span>
</li>
<li style="animation-delay: 1050ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#b07219;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Java</span>
<span class="percent">2.28%</span>
</li>
<li style="animation-delay: 1200ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#427819;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Makefile</span>
<span class="percent">1.38%</span>
</li>
<li style="animation-delay: 1350ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#f34b7d;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">C++</span>
<span class="percent">1.15%</span>
</li>
<li style="animation-delay: 1500ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#563d7c;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">CSS</span>
<span class="percent">0.82%</span>
</li>
<li style="animation-delay: 1650ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#e5cd45;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">OpenSCAD</span>
<span class="percent">0.61%</span>
</li>
<li style="animation-delay: 1800ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#6E4C13;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Assembly</span>
<span class="percent">0.30%</span>
</li>
<li style="animation-delay: 1950ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#4F5D95;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">PHP</span>
<span class="percent">0.24%</span>
</li>
<li style="animation-delay: 2100ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#199f4b;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Vim Script</span>
<span class="percent">0.22%</span>
</li>
<li style="animation-delay: 2250ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#000000;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">GDB</span>
<span class="percent">0.19%</span>
</li>
<li style="animation-delay: 2400ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#3178c6;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">TypeScript</span>
<span class="percent">0.18%</span>
</li>
<li style="animation-delay: 2550ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#DA3434;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">CMake</span>
<span class="percent">0.05%</span>
</li>
<li style="animation-delay: 2700ms;">
<svg xmlns="http://www.w3.org/2000/svg" class="octicon" style="fill:#C1F12E;"
viewBox="0 0 16 16" version="1.1" width="16" height="16"><path
fill-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8z"></path></svg>
<span class="lang">Batchfile</span>
<span class="percent">0.01%</span>
</li>
</ul>
</div>
</foreignObject>
</g>
</g>
</svg>