I find the UI elements and font sizes really small for me and saw that I could switch to the Old Dark mode and provide some CSS to change the font sizes. That great, however, after a restart, most of the UI turns white.
This is the only CSS I put in to style_sheet.qss
Code: Select all
/* Default for all widgets */
QWidget{ font-size: 12pt; }
/* Tabs */
QTabBar{ font-size: 12pt; }
MyTabBar{ font-size: 12pt; }
/* Context Menu & Menu Bar */
QMenu, QMenuBar{ font-size: 12pt; }
/* List & Tree Views */
QListView{ font-size: 12pt; }
QTreeView{ font-size: 12pt; }
/* Folders Tree */
QDockWidget > QTreeView{ font-size: 12pt; }

I know there are some settings in xnview.ini for background colors but I don't see any difference (with respect to colors) between the xnview.ini file generated by the dark theme and the old dark theme.
Are there any file settings I can change to make the font sizes without using the old dark theme?
thanks
Matt