View Single Post
Old 06-11-2016, 11:02 PM   #4
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: 45,410
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Run calibre from source and change the colors to whatever you like, its fairly trivial to do -- couple of lines of code. At the end of the __init__ method of the Application class in gui2/__init__.py put in lines like this

p = self.palette()
p.setColor(p.AlternateBase, QColor('whatever color you like'))

Instructions for running calibre from source ar in the user manual.
kovidgoyal is offline   Reply With Quote