Wanted to give folks an example of the inherent Qt Dark mode available on Windows by unchecking the "Use Classic Sigil Dark Theme" in Sigil preferences. I'm using the green Material icons with Windows' own Teal accent/highlight color. I'm adding just a touch of custom styling via the qt_styles.qss file:
Code:
QToolBar{
border: 0;
}
QTabBar {
qproperty-drawBase:0;
}
I have no intentions of eliminating the original classic Windows dark theme (so long as it it doesn't become impossible to support both), but the inherent Qt dark theme may become the default on new Windows Sigil installs in the future. Hope to post some Linux themed versions of Sigil soon.