aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/console/palettes.py
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2012-07-01 09:03:20 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2012-07-01 09:03:20 +0200
commita695cf177dcb3f70cca673f1db7d0c424dcdd61c (patch)
treec0922405b5d897f3365b4b0096d01d827385a039 /libmproxy/console/palettes.py
parente41c84335dc16df2334d737e1c4234c5b29ff603 (diff)
downloadmitmproxy-a695cf177dcb3f70cca673f1db7d0c424dcdd61c.tar.gz
mitmproxy-a695cf177dcb3f70cca673f1db7d0c424dcdd61c.tar.bz2
mitmproxy-a695cf177dcb3f70cca673f1db7d0c424dcdd61c.zip
Improve palette colors for headings
Diffstat (limited to 'libmproxy/console/palettes.py')
-rw-r--r--libmproxy/console/palettes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmproxy/console/palettes.py b/libmproxy/console/palettes.py
index 6e0ef7fe..c4e92d99 100644
--- a/libmproxy/console/palettes.py
+++ b/libmproxy/console/palettes.py
@@ -74,7 +74,7 @@ palettes = {
# Status bar & heading
('heading', 'white', 'light gray', None, 'g85', 'dark blue'),
('heading_key', 'dark blue', 'light gray', None, 'light cyan', 'dark blue'),
- ('heading_inactive', 'light gray', 'dark gray', None, 'g58', 'g11'),
+ ('heading_inactive', 'light gray', 'dark gray', None, 'dark gray', 'dark blue'),
# Help
('key', 'dark blue,bold', 'default'),
@@ -122,7 +122,7 @@ palettes = {
# Status bar & heading
('heading', 'light gray', 'light cyan',),
('heading_key', 'dark blue', 'white',),
- ('heading_inactive', 'light cyan', 'default',),
+ ('heading_inactive', 'light cyan', 'light gray',),
# Help
('key', 'dark blue', 'default',),
@@ -166,9 +166,9 @@ palettes = {
('editline', 'white', 'default',),
# Status bar & heading
- ('heading', 'white,standout', 'light cyan',),
+ ('heading', 'light cyan', 'light gray',),
('heading_key', 'dark blue', 'white',),
- ('heading_inactive', 'light gray', 'default',),
+ ('heading_inactive', 'white', 'light gray',),
# Help
('key', 'dark blue', 'default',),