Move themes to their own package

This commit is contained in:
2021-02-04 22:17:10 -06:00
parent 3c43b8bcfd
commit efd62518d3
62762 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<path style="fill:currentColor" class="ColorScheme-Text" d="M 8,1 C 4.134,1 1,4.134 1,8 c 0,3.866 3.134,7 7,7 3.866,0 7,-3.134 7,-7 C 15,4.134 11.866,1 8,1 Z M 7.5,2.9375 c 0.0669,-0.007 0.15125,0.004 0.21875,0 0.008,0.032 -0.0487,0.14587 -0.125,0.3125 C 7.10789,4.3114 7.08033,5.5544 7.53125,6.2188 7.61285,6.33926 7.6875,6.4539 7.6875,6.4688 7.6875,6.4837 7.5995,6.5 7.5,6.5 7.26642,6.5 7.04538,6.35764 6.59375,6.00001 6.39312,5.84114 6.1323,5.7077 6.03125,5.6875 5.87257,5.6558 5.83027,5.6697 5.62499,5.875 5.434,6.06596 5.375,6.16893 5.375,6.34375 c 0,0.66294 0.78708,1.1899 2.25,1.5 1.9867,0.42107 2.4764,0.79912 2.5312,1.8438 0.0688,1.31 -0.6286,2.2978 -2.1562,3.0625 -0.18233,0.0913 -0.2985,0.12675 -0.375,0.15625 -0.0339,-0.003 -0.0599,0.003 -0.0937,0 -0.013,-0.0405 -0.0312,-0.13446 -0.0312,-0.3125 0,-0.69578 -0.27424,-1.412 -0.68749,-1.8125 C 6.70168,10.67378 6.39108,10.44595 6.1251,10.2813 5.85913,10.11666 5.59115,9.9254 5.53135,9.8438 5.43225,9.70839 5.42401,9.6252 5.50015,9.37505 5.63891,8.91818 5.80406,8.66372 6.12514,8.37505 6.29347,8.22371 6.46285,8.0968 6.50014,8.0938 6.53744,8.0908 6.28499,8.015 5.90639,7.93755 5.52781,7.85995 4.97402,7.69743 4.68769,7.5938 4.16411,7.40435 3.45719,7.00664 3.18769,6.7188 3.17629,6.7066 3.16639,6.6984 3.15649,6.6876 3.54262,5.1495 4.62619,3.8889 6.06269,3.2814 6.36326,3.15427 6.67311,3.06705 7.00019,3.00015 c 0.16292,-0.0333 0.33178,-0.0454 0.5,-0.0625 z m 4.6875,2.3438 c 0.11745,0.0726 0.56091,1.032 0.6875,1.5 0.16344,0.60419 0.15161,1.6498 0,2.25 C 12.8173,9.25974 12.74335,9.47345 12.71875,9.50005 12.69415,9.52665 12.60494,9.37352 12.5,9.18755 12.39505,9.00161 12.05984,8.6065 11.78125,8.31255 10.97711,7.46402 10.85066,7.02095 11.1875,6.34375 c 0.16987,-0.34149 0.9091,-1.1186 1,-1.0625 z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB