From 54f03fc31494958ef80451d1a4a2fa910a1f7b6e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Jan 2014 08:55:03 +0530 Subject: [PATCH] ... --- 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 5c6d2352d4..fef80d57f3 100644 --- a/src/calibre/gui2/tweak_book/editor/themes.py +++ b/src/calibre/gui2/tweak_book/editor/themes.py @@ -70,7 +70,7 @@ THEMES = { CursorLine bg={cursor_loc} CursorColumn bg={cursor_loc} ColorColumn bg={cursor_loc} - HighlightRegion bg=323232 + HighlightRegion bg=3d3d3d MatchParen fg=f6f3e8 bg=857b6f bold Pmenu fg=f6f3e8 bg=444444 PmenuSel fg=yellow bg={identifier} @@ -98,7 +98,7 @@ THEMES = { SpecialCharacter bg={cursor_loc} '''.format( - cursor_loc='343434', + cursor_loc='323232', identifier='cae682', comment='99968b', string='95e454',