I normally use "Dark Lite", but I tested it on "Dark V 1.0" and even "Celestial Macaron"
The dropdowns have a similar problem:
I've fixed it locally with custom CSS, but wanted to let you know about it.
.gg-default-button,
.btn-secondary
{
background: #222222;
color: #CCCCCC;
}
.gg-setting-input {
color: #111111;
background: #CCCCCC;
}

I normally use "Dark Lite", but I tested it on "Dark V 1.0" and even "Celestial Macaron"
The dropdowns have a similar problem:
I've fixed it locally with custom CSS, but wanted to let you know about it.