Add dark theme support and new configuration options#199
Conversation
Introduces a dark theme stylesheet and the ability to toggle themes via a new `theme` configuration option. Added `includeConsoleLogOrigin` setting to toggle logging origins in reports and fixed minor CSS inlining logic. Updated documentation and type definitions accordingly.
Added a "prepare" script to streamline the npm lifecycle by running the build process automatically. This ensures the package is built during preparation steps, improving consistency and workflow.
The "build" and "prepare" scripts now directly invoke the bundling process, bypassing the test step. This simplifies the build workflow for cases where tests are not required.
Hargne
left a comment
There was a problem hiding this comment.
Hi 👋🏻
Interesting addition! Funny thing is that we used to have a dark theme, which was then removed in later versions.
Have a look through my comments.
… related logic and configuration handling.
…ode before push. command use `prettier write .`
|
Al changes were made!. Let me know if you see anything else! |
…to all code before push." This reverts commit 8c525d4
|
Great! FYI: I reverted the prettier commit as it touched pretty much all files in the entire project. I also noticed the tests are failing do to the changes made. You will need to add |
I'm using IntelliJIdea, I have install prettier plugin, but not with auto-save enabled because few time ago it gave me more problem than solutions hehe. |
Hargne
left a comment
There was a problem hiding this comment.
👍🏻 Cool.
We're on the home stretch now :)
|
@Hargne all is it now :) Let me know when it's ready please :) Thanks! |
|
I saw that the build step is failing due to the added |

Introduces a dark theme stylesheet and the ability to toggle themes via a new
themeconfiguration option. AddedincludeConsoleLogOriginsetting to toggle logging origins in reports and fixed minor CSS inlining logic. Updated documentation and type definitions accordingly.