Can ZeroBrane windows have a dark theme without using OS's high-contrast theme?

407 Views Asked by At

Just to clarify, I'm not talking about making the background of the editing frame or window dark via:

local G = ...

styles = G.loadfile('cfg/tomorrow.lua')('Zenburn') -- theme

I'm talking about making the background of the Project frame/window, Output window, the menu bar, etc., all dark too.

Is this possible to do without using Windows's high-contrast theme for everything?

Thank you.

1

There are 1 best solutions below

3
Paul Kulchenko On BEST ANSWER

I don't think this is possible, as it relies on wxwidgets to draw those windows and wxwidgets uses system-provided colors to draw them (without much if any user control).

I opened a wxwidgets ticket that would implement re-configuring system colors, but there hasn't been much movement on it.