mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix default selection foreground color
This commit is contained in:
parent
ee5b7ecaa4
commit
07d63bd3af
@ -43,7 +43,7 @@ def apply_font_size():
|
||||
def default_selection_colors():
|
||||
if opts.is_dark_theme:
|
||||
return dark_link_color, '#111'
|
||||
return '#3297FD', '#ddd'
|
||||
return '#3297FD', '#fff'
|
||||
|
||||
|
||||
def make_selection_background_opaque(selbg):
|
||||
|
Loading…
x
Reference in New Issue
Block a user