View Single Post
Old 07-08-2024, 09:51 AM   #6
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,669
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
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;
}
Click image for larger version

Name:	Sigilsc.png
Views:	865
Size:	438.1 KB
ID:	209456

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.

Last edited by DiapDealer; 07-08-2024 at 11:03 AM.
DiapDealer is online now   Reply With Quote