aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy')
-rw-r--r--libmproxy/console/palettes.py9
1 files changed, 7 insertions, 2 deletions
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 = {