mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 18:55:31 +01:00
Fix default selection foreground color
This commit is contained in:
parent
ee5b7ecaa4
commit
07d63bd3af
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue