mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge branch 'tabular' of https://github.com/BkPHcgQL3V/mitmproxy into tabular
This commit is contained in:
commit
ed05c4debf
@ -135,6 +135,7 @@ class LowDark(Palette):
|
|||||||
scheme_other = ('dark magenta', 'default'),
|
scheme_other = ('dark magenta', 'default'),
|
||||||
|
|
||||||
url_punctuation = ('light gray', 'default'),
|
url_punctuation = ('light gray', 'default'),
|
||||||
|
url_punctuation = ('dark gray', 'default'),
|
||||||
url_domain = ('white', 'default'),
|
url_domain = ('white', 'default'),
|
||||||
url_filename = ('dark cyan', 'default'),
|
url_filename = ('dark cyan', 'default'),
|
||||||
url_extension = ('light gray', 'default'),
|
url_extension = ('light gray', 'default'),
|
||||||
@ -414,7 +415,6 @@ class SolarizedDark(LowDark):
|
|||||||
option_active_selected = (sol_orange, sol_base00),
|
option_active_selected = (sol_orange, sol_base00),
|
||||||
|
|
||||||
# List and Connections
|
# List and Connections
|
||||||
method_http2_push = (sol_base01, 'default'),
|
|
||||||
focus = (sol_base1, 'default'),
|
focus = (sol_base1, 'default'),
|
||||||
|
|
||||||
method = (sol_cyan, 'default'),
|
method = (sol_cyan, 'default'),
|
||||||
@ -424,6 +424,7 @@ class SolarizedDark(LowDark):
|
|||||||
method_head = (sol_cyan, 'default'),
|
method_head = (sol_cyan, 'default'),
|
||||||
method_put = (sol_red, 'default'),
|
method_put = (sol_red, 'default'),
|
||||||
method_other = (sol_magenta, 'default'),
|
method_other = (sol_magenta, 'default'),
|
||||||
|
method_http2_push = (sol_base01, 'default'),
|
||||||
|
|
||||||
url_punctuation = ('h242', 'default'),
|
url_punctuation = ('h242', 'default'),
|
||||||
url_domain = ('h252', 'default'),
|
url_domain = ('h252', 'default'),
|
||||||
|
Loading…
Reference in New Issue
Block a user