I am currently developing a single site that is in a dark theme and using gridjs to display data in a table. The problem is that the official settings are on the light theme and it seems that there is currently no support for the dark theme. I also read how to add css styles to a Grid.js instance + as well as how to add css classname to a Grid.js instance, but I didn't manage to solve it that way.
Does anyone have a suggestion on how to customize the gridjs table on a dark theme?