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,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<defs>
<style id="current-color-scheme" type="text/css">
.ColorScheme-Text { color:#ebdbb2; } .ColorScheme-Highlight { color:#4285f4; }
</style>
</defs>
<g transform="translate(4,4)">
<path style="fill:currentColor" class="ColorScheme-Text" d="M 5,2 C 4.4196,2 3.9056,2.3128 3.6426,2.7637 3.3796,3.2146 3.2981,3.7557 3.2812,4.3613 3.2476,5.5726 3.5059,7.082 3.7559,8.582 4.0059,10.082 4.2476,11.573 4.2188,12.611 4.2043,13.131 4.1139,13.527 3.9941,13.732 3.8743,13.938 3.7946,14 3.5,14 3.3854,14 3.3015,13.967 3.1797,13.854 3.0579,13.74 2.9198,13.542 2.7969,13.275 2.5511,12.743 2.3653,11.962 2.2441,11.174 2.0018,9.5983 2,8 2,8 H 1 C 1,8 0.99824,9.6517 1.2559,11.326 1.3847,12.163 1.5739,13.007 1.8906,13.693 2.049,14.036 2.239,14.346 2.5,14.588 2.761,14.83 3.1146,15 3.5,15 4.0804,15 4.5944,14.687 4.8574,14.236 5.1204,13.785 5.2019,13.244 5.2188,12.639 5.2524,11.427 4.9941,9.918 4.7441,8.418 4.4941,6.918 4.2524,5.4274 4.2812,4.3887 4.2957,3.8693 4.3861,3.4729 4.5059,3.2676 4.6257,3.0622 4.7054,3 5,3 5.3423,3 5.527,3.0835 5.6758,3.2168 5.8246,3.3501 5.948,3.5662 6.0332,3.8809 6.2036,4.5101 6.1869,5.4791 6.125,6.4688 6.0631,7.4584 5.9617,8.4662 6.0488,9.3027 6.0924,9.721 6.178,10.107 6.4062,10.439 6.6345,10.771 7.0542,11 7.5,11 8.2917,11 8.8799,10.498 9.125,9.9102 9.3701,9.322 9.4058,8.6587 9.4375,8.0254 9.4692,7.3921 9.4938,6.7845 9.5977,6.418 9.6496,6.2347 9.7162,6.1239 9.7676,6.0742 9.819,6.0246 9.8542,6 10,6 10.375,6 10.6,6.1196 10.803,6.3223 11.005,6.5249 11.166,6.8306 11.275,7.1582 11.494,7.8133 11.5,8.5 11.5,8.5 A 0.50005,0.50005 0 0 0 12,9 H 15 V 8 H 12.416 C 12.4,7.707 12.421,7.4318 12.225,6.8418 12.084,6.4194 11.87,5.9751 11.51,5.6152 11.15,5.2554 10.625,5 10,5 9.6458,5 9.306,5.1317 9.0742,5.3555 8.8424,5.5793 8.7176,5.859 8.6367,6.1445 8.4749,6.7155 8.4683,7.3579 8.4375,7.9746 8.4067,8.5913 8.3487,9.178 8.2031,9.5273 8.0576,9.8767 7.9583,10 7.5,10 7.3208,10 7.303,9.9786 7.2305,9.873 7.1579,9.7675 7.0795,9.529 7.0449,9.1973 6.9758,8.5338 7.0619,7.5416 7.125,6.5312 7.1881,5.5209 7.2339,4.4899 6.998,3.6191 6.8801,3.1838 6.6832,2.7749 6.3438,2.4707 6.0043,2.1665 5.5327,2 5,2 Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB