Skip to content

Matching the sites theme (JS question) #883

Answered by akellbl4
psychonormal asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!
I think you need something like this:

document.addEventListener('wcThemeChange', (e) =>  {
    const isDark =  e.detail.isDarkTheme();
    window.REMARK42.changeTheme(isDark 'dark' : 'light');
})

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@psychonormal
Comment options

@akellbl4
Comment options

@psychonormal
Comment options

@akellbl4
Comment options

@psychonormal
Comment options

Answer selected by psychonormal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants