颜色更换

This commit is contained in:
MTrun
2021-12-15 22:16:16 +08:00
parent ed49e4add8
commit 13e7a64585
15 changed files with 154 additions and 56 deletions
+3
View File
@@ -0,0 +1,3 @@
@function themed($key) {
@return map-get($theme-map, $key);
}