mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Initial implementation of theming
This commit is contained in:
@ -1 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><defs><style>.cls-1{fill:#bfbfbf;}</style></defs><g><g><rect x="3" y="4" width="10" height="1"/><rect x="6" y="3" width="1" height="1"/><rect x="9" y="3" width="1" height="1"/><path d="M10.86,6H5.14c-.63,0-1.14,.45-1.14,1V15c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V7c0-.55-.51-1-1.14-1ZM6,14h-1V7h1v7Zm3,0h-2V7h2v7Zm2,0h-1V7h1v7Z"/><rect x="4" y="6" width="8" height="1"/></g><rect x="7" y="2" width="2" height="1"/></g><g><g><rect class="cls-1" x="3" y="3" width="10" height="1"/><rect class="cls-1" x="6" y="2" width="1" height="1"/><rect class="cls-1" x="9" y="2" width="1" height="1"/><path class="cls-1" d="M10.86,5H5.14c-.63,0-1.14,.45-1.14,1V14c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V6c0-.55-.51-1-1.14-1ZM6,13h-1V6h1v7Zm3,0h-2V6h2v7Zm2,0h-1V6h1v7Z"/><rect class="cls-1" x="4" y="5" width="8" height="1"/></g><rect class="cls-1" x="7" y="1" width="2" height="1"/></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||
<defs>
|
||||
<style>
|
||||
.st0 { fill: #0ff; }
|
||||
.st1 { fill: #f0f; }
|
||||
</style>
|
||||
</defs>
|
||||
<g class="st0">
|
||||
<rect x="3" y="4" width="10" height="1"/>
|
||||
<rect x="6" y="3" width="1" height="1"/>
|
||||
<rect x="9" y="3" width="1" height="1"/>
|
||||
<path d="M10.86,6H5.14c-.63,0-1.14,.45-1.14,1V15c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V7c0-.55-.51-1-1.14-1ZM6,14h-1V7h1v7Zm3,0h-2V7h2v7Zm2,0h-1V7h1v7Z"/>
|
||||
<rect x="4" y="6" width="8" height="1"/>
|
||||
<rect x="7" y="2" width="2" height="1"/>
|
||||
</g>
|
||||
<g class="st1">
|
||||
<rect x="3" y="3" width="10" height="1"/>
|
||||
<rect x="6" y="2" width="1" height="1"/>
|
||||
<rect x="9" y="2" width="1" height="1"/>
|
||||
<path d="M10.86,5H5.14c-.63,0-1.14,.45-1.14,1V14c0,.55,.51,1,1.14,1h5.71c.63,0,1.14-.45,1.14-1V6c0-.55-.51-1-1.14-1ZM6,13h-1V6h1v7Zm3,0h-2V6h2v7Zm2,0h-1V6h1v7Z"/>
|
||||
<rect x="4" y="5" width="8" height="1"/>
|
||||
<rect x="7" y="1" width="2" height="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1004 B After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user