aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2012-06-29 16:58:28 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2012-06-29 16:58:28 +0200
commit0a0a6aae0bd4c8376d1c5fab3ef39a1f85cce2b5 (patch)
tree23457b824f78fe7a180bd0376c5bddc8a411653d /libmproxy
parent3b80e8dd02a91e70ddffaa96452da53ee4e93368 (diff)
downloadmitmproxy-0a0a6aae0bd4c8376d1c5fab3ef39a1f85cce2b5.tar.gz
mitmproxy-0a0a6aae0bd4c8376d1c5fab3ef39a1f85cce2b5.tar.bz2
mitmproxy-0a0a6aae0bd4c8376d1c5fab3ef39a1f85cce2b5.zip
Update title palette colors for light backgrounds
Diffstat (limited to 'libmproxy')
-rw-r--r--libmproxy/console/palettes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmproxy/console/palettes.py b/libmproxy/console/palettes.py
index d7c78c74..39d49dd4 100644
--- a/libmproxy/console/palettes.py
+++ b/libmproxy/console/palettes.py
@@ -67,7 +67,7 @@ dark = [
light = [
('body', 'black', 'dark cyan'),
('foot', 'dark gray', 'default'),
- ('title', 'white,bold', 'default',),
+ ('title', 'white,bold', 'light blue',),
('editline', 'white', 'default',),
# Status bar & heading
@@ -161,7 +161,7 @@ solarized_dark = [
solarized_light = [
('body', 'dark cyan', 'default'),
('foot', 'dark gray', 'default'),
- ('title', 'white,bold', 'default',),
+ ('title', 'white,bold', 'light cyan',),
('editline', 'white', 'default',),
# Status bar & heading