From 3060ad557504f17ffa116b7733151e43ecf7cd71 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Fri, 29 Jun 2012 09:25:29 +0200 Subject: [PATCH] Replace double quotes with single quotes --- libmproxy/console/palettes.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libmproxy/console/palettes.py b/libmproxy/console/palettes.py index c1d831882..effd15c4a 100644 --- a/libmproxy/console/palettes.py +++ b/libmproxy/console/palettes.py @@ -21,9 +21,9 @@ dark = [ ('editline', 'white', 'default',), # Status bar & heading - ('heading', 'light gray', "dark blue", None, "g85", "dark blue"), - ('heading_key', 'light cyan', "dark blue", None, "light cyan", "dark blue"), - ('heading_inactive', 'white', 'dark gray', None, "g58", "g11"), + ('heading', 'light gray', 'dark blue', None, 'g85', 'dark blue'), + ('heading_key', 'light cyan', 'dark blue', None, 'light cyan', 'dark blue'), + ('heading_inactive', 'white', 'dark gray', None, 'g58', 'g11'), # Help ('key', 'light cyan', 'default'), @@ -36,7 +36,7 @@ dark = [ ('code_200', 'light green', 'default'), ('code_300', 'light blue', 'default'), - ('code_400', 'light red', 'default', None, "#f60", "default"), + ('code_400', 'light red', 'default', None, '#f60', 'default'), ('code_500', 'light red', 'default'), ('code_other', 'dark red', 'default'), @@ -44,8 +44,8 @@ dark = [ ('header', 'dark cyan', 'default'), ('highlight', 'white,bold', 'default'), - ('intercept', 'brown', 'default', None, "#f60", "default"), - ('replay', 'light green', 'default', None, "#0f0", "default"), + ('intercept', 'brown', 'default', None, '#f60', 'default'), + ('replay', 'light green', 'default', None, '#0f0', 'default'), ('ack', 'light red', 'default'), # Hex view