lint: Lint

This commit is contained in:
elvis kahoro 2023-06-20 23:39:00 -07:00
parent 6008ba3986
commit cfadbc7dce
79 changed files with 583 additions and 620 deletions

View file

@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145"><rect width="300" height="145" fill="#000b1e" class="Dynamic" rx="5"/><text x="15" y="15" fill="#0abdc6" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#123e7c" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#ff0000" class="Dynamic" font-family="monospace" font-size=".6em">
</text><text x="65" y="30" fill="red" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#0abdc6" class="Dynamic" font-family="monospace" font-size=".6em">
file
@ -8,7 +8,7 @@ file
normal:
</text><text x="55" y="70" fill="#123e7c" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="70" fill="#ff0000" class="Dynamic" font-family="monospace" font-size=".6em">
</text><text x="85" y="70" fill="red" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#d300c4" class="Dynamic" font-family="monospace" font-size=".6em">
green
@ -26,13 +26,13 @@ white
bright:
</text><text x="55" y="85" fill="#1c61c2" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#ff0000" class="Dynamic" font-family="monospace" font-size=".6em">
</text><text x="85" y="85" fill="red" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#d300c4" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#f57800" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#00ff00" class="Dynamic" font-family="monospace" font-size=".6em">
</text><text x="170" y="85" fill="#0f0" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#711c91" class="Dynamic" font-family="monospace" font-size=".6em">
magenta

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Before After
Before After