Comment's darkTheme doesn't work.

Author: AliSananSCreated May 21, 2025Updated Nov 13, 2025
Labelsbug

In siteMetadata.js comments.giscusConfig.darkTheme specifying 'dark' doesn't seem to work. The comments theme stays as the original theme value.

My config:

javascript
// ...
comments: {
    // ...
    giscusConfig: {
        theme: 'light', 
        themeDark: 'dark', 
        // ...
    },
    // ...
}
// ...

Is there something I'm missing?

Source: timlrx/tailwind-nextjs-starter-blog