feat: add theme selection and customization

This commit is contained in:
2026-07-07 22:59:03 -04:00
parent 49df5195bd
commit fe39b2196d
26 changed files with 3485 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "ktxm/themer",
"type": "project",
"autoload": {
"psr-4": {
"KTXM\\Themer\\": "lib/"
}
}
}