Am totally new to compodoc, with the newer version of dompodoc, dark mode is supported out of the box. And while checking the their documentation, I couldn't find any option to disable it.
Am currently generating the documents using the following commands
compodoc -p .\projects\deserv-angular-lib\tsconfig.lib.json -s --hideGenerator --disableSourceCode --disableDomTree --disableTemplateTab --disableStyleTab --disablePrivate --theme gitbook
Am trying to create a documentation for a angular library. Is there a proper way to disable the darkmode in compodoc ?
Thanks vincent Ogloblinsky for the help, we will be able to achieve this by using the --extTheme option and have to specify our custom theme as well and for the --theme we have to specify the custom flag name that we provided earlier.
Example:-
Here compodoc_theme my directory which contain my custom there. What happened internally is that compodoc will copy the styles inside the specified directory into the documentation/styles and from there using the --theme it will override the default dark theme.
Example for a sample custom theme file: