View Single Post
Old 07-31-2022, 11:26 AM   #5
philja
Addict
philja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enoughphilja will become famous soon enough
 
Posts: 270
Karma: 516
Join Date: Nov 2015
Location: Europe EEC
Device: Kindle Fire HD6 & HD8
Quote:
Originally Posted by DiapDealer View Post
You can also QSS (Qt style sheets) to customize Sigil's appearance. It works similar to css. If you create a file named qt_styles.qss in Sigil's preferences folder, Sigil will automatically load it when launched. The following contents were enough to make sure Code View's background was white for me.

Code:
CodeViewEditor {
    background: white;
}
Thank you again, DiapDealer. QSS files? A whole new adventure playground for me. I'll have to look into that someplace.

Well, I made the qt_styles.qss file and it did the job and allows me to do my screenshots while keeping my habitual desktop appearance style.

Thanks again.
philja is offline   Reply With Quote