diff --git a/mitmproxy/tools/console/palettes.py b/mitmproxy/tools/console/palettes.py index befe30441..a96689bf4 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'),