Replace double quotes with single quotes

This commit is contained in:
Alexis Hildebrandt 2012-06-29 09:25:29 +02:00
parent 8cd140ef33
commit 3060ad5575

View File

@ -21,9 +21,9 @@ dark = [
('editline', 'white', 'default',), ('editline', 'white', 'default',),
# Status bar & heading # Status bar & heading
('heading', 'light gray', "dark blue", None, "g85", "dark blue"), ('heading', 'light gray', 'dark blue', None, 'g85', 'dark blue'),
('heading_key', 'light cyan', "dark blue", None, "light cyan", "dark blue"), ('heading_key', 'light cyan', 'dark blue', None, 'light cyan', 'dark blue'),
('heading_inactive', 'white', 'dark gray', None, "g58", "g11"), ('heading_inactive', 'white', 'dark gray', None, 'g58', 'g11'),
# Help # Help
('key', 'light cyan', 'default'), ('key', 'light cyan', 'default'),
@ -36,7 +36,7 @@ dark = [
('code_200', 'light green', 'default'), ('code_200', 'light green', 'default'),
('code_300', 'light blue', '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_500', 'light red', 'default'),
('code_other', 'dark red', 'default'), ('code_other', 'dark red', 'default'),
@ -44,8 +44,8 @@ dark = [
('header', 'dark cyan', 'default'), ('header', 'dark cyan', 'default'),
('highlight', 'white,bold', 'default'), ('highlight', 'white,bold', 'default'),
('intercept', 'brown', 'default', None, "#f60", "default"), ('intercept', 'brown', 'default', None, '#f60', 'default'),
('replay', 'light green', 'default', None, "#0f0", "default"), ('replay', 'light green', 'default', None, '#0f0', 'default'),
('ack', 'light red', 'default'), ('ack', 'light red', 'default'),
# Hex view # Hex view