From 32a674948f198bd891720725a9503365bc57e261 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 19 Mar 2015 18:29:06 +1300 Subject: Less painful light heading bar palette lowlight remains painful due to background color restrictions. --- libmproxy/console/palettes.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libmproxy') diff --git a/libmproxy/console/palettes.py b/libmproxy/console/palettes.py index b8a66bec..f4ae55d1 100644 --- a/libmproxy/console/palettes.py +++ b/libmproxy/console/palettes.py @@ -111,7 +111,7 @@ class LowLight(Palette): # Status bar & heading heading = ('light gray', 'dark blue'), - heading_key = ('light cyan', 'black'), + heading_key = ('light cyan', 'dark blue'), heading_inactive = ('black', 'light gray'), # Help @@ -149,7 +149,12 @@ class LowLight(Palette): class Light(LowLight): - pass + high = dict( + heading = ('g99', '#08f'), + heading_key = ('#0ff,bold', '#08f'), + heading_inactive = ('g35', 'g85'), + replay = ('#0a0,bold', 'default'), + ) palettes = { -- cgit v1.2.3