From 8e93d4e45fab93615c815cb7e62e8cc4b0f6938e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Dec 2013 08:43:52 +0530 Subject: [PATCH] Increase contrast a bit in wombat --- src/calibre/gui2/tweak_book/editor/themes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/tweak_book/editor/themes.py b/src/calibre/gui2/tweak_book/editor/themes.py index b54a24d8cf..d213d6b78a 100644 --- a/src/calibre/gui2/tweak_book/editor/themes.py +++ b/src/calibre/gui2/tweak_book/editor/themes.py @@ -79,7 +79,7 @@ THEMES = { Normal fg=f6f3e8 bg=242424 LineNr fg=857b6f bg=000000 LineNrC fg=yellow - Visual fg=f6f3e8 bg=444444 + Visual fg=black bg=888888 Comment fg={comment} Todo fg=8f8f8f @@ -96,7 +96,7 @@ THEMES = { Error us=wave uc=red '''.format( - cursor_loc='2d2d2d', + cursor_loc='3d3d3d', identifier='cae682', comment='99968b', string='95e454',