View Single Post
Old 11-27-2010, 03:50 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 46,057
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
What does running

Code:
calibre-debug -c "from PyQt4.Qt import QApplication, QPalette; app = QApplication([]); print unicode(QApplication.palette().color(QPalette.Normal,  QPalette.Window).name()); print unicode(QApplication.palette().color(QPalette.Normal,  QPalette.WindowText).name());"
in terminal.app give you

(you may need to install the calibre command line tools first via preferences->miscellaneous)

Last edited by kovidgoyal; 11-27-2010 at 04:14 PM.
kovidgoyal is offline   Reply With Quote