Posted 17 August 2026, 3:48 am EST - Updated 17 August 2026, 3:53 am EST
Hello,
I am dynamically switching SpreadJS color themes (gc.spread.sheets.excel2016colorful.css, gc.spread.sheets.excel2016black.css) to support both light mode and dark mode. At the same time, I also switch the browser’s color-scheme setting accordingly. I am encountering an issue here.
Here is a sample demo:
index-color-theme.7z
When the browser’s color-scheme is set to dark, the dropdown list in the Name Box becomes completely white, making its contents unreadable. Is there any recommended solution for this? Would it be appropriate to directly modify the Name Box’s styles?

