With new 1.15.2 nodeBB, there are some bugs in the night mode, we have just installed 1.15.2 in our development forum, so I will fix all bugs in the coming weeks and create pull request to the plugin in github...
For those who needs a quick fix, you can add these codes to Custom CSS session in NodeBB for most obvious problems.
body.lights-out {
.topic-list-header {
background-color: #191919 ;
}
.recent-cards .recent-card-container .recent-card {
background-color: #2E2E2E ;
border: #848484 ;
}
.tag-list .tag {
background-color: #404040;
}
}