mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
Fix default selection foreground color
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user