(theme) add themes management

This is made in order to be able to handle natively multiple themes
for the future light/dark themes and also allow consumers to create
their own.
This commit is contained in:
Nathan Vasse
2023-09-26 11:38:22 +02:00
committed by NathanVss
parent f232ae1e44
commit cce8eccf5b
24 changed files with 370 additions and 281 deletions

View File

@@ -13,6 +13,7 @@ const jestConfig: JestConfigWithTsJest = {
{ tsconfig: "./src/bin/tsconfig.json" },
],
},
prettierPath: null,
};
export default jestConfig;