aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesson Soto Ventura <jessonsotoventura@gmail.com>2019-07-21 10:51:22 -0400
committerJesson Soto Ventura <jessonsotoventura@gmail.com>2019-07-21 10:51:22 -0400
commit99dc1cc2f29d1a7e0217c615eec00575de8d6c66 (patch)
tree6433fea9161078cb3c7bbf30154bbc0fa2177c5c
parented05c4debf3fdb79063ecbdd0622165194cf75e7 (diff)
parent9a159b439c24b547bbb6e62d60e0e9152a141be6 (diff)
downloadmitmproxy-99dc1cc2f29d1a7e0217c615eec00575de8d6c66.tar.gz
mitmproxy-99dc1cc2f29d1a7e0217c615eec00575de8d6c66.tar.bz2
mitmproxy-99dc1cc2f29d1a7e0217c615eec00575de8d6c66.zip
Merge branch 'tabular' of github.com:Jessonsotoventura/mitmproxy into tabular
-rw-r--r--mitmproxy/tools/console/palettes.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/palettes.py b/mitmproxy/tools/console/palettes.py
index befe3044..a96689bf 100644
--- a/mitmproxy/tools/console/palettes.py
+++ b/mitmproxy/tools/console/palettes.py
@@ -135,7 +135,6 @@ class LowDark(Palette):
scheme_other = ('dark magenta', 'default'),
url_punctuation = ('light gray', 'default'),
- url_punctuation = ('dark gray', 'default'),
url_domain = ('white', 'default'),
url_filename = ('dark cyan', 'default'),
url_extension = ('light gray', 'default'),
@@ -426,6 +425,14 @@ class SolarizedDark(LowDark):
method_other = (sol_magenta, 'default'),
method_http2_push = (sol_base01, 'default'),
+ method = (sol_cyan, 'default'),
+ method_get = (sol_green, 'default'),
+ method_post = (sol_orange, 'default'),
+ method_delete = (sol_red, 'default'),
+ method_head = (sol_cyan, 'default'),
+ method_put = (sol_red, 'default'),
+ method_other = (sol_magenta, 'default'),
+
url_punctuation = ('h242', 'default'),
url_domain = ('h252', 'default'),
url_filename = ('h132', 'default'),