Merge branch 'tabular' of github.com:Jessonsotoventura/mitmproxy into tabular

This commit is contained in:
Jesson Soto Ventura 2019-07-21 10:51:22 -04:00
commit 99dc1cc2f2
1 changed files with 8 additions and 1 deletions

View File

@ -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'),