未验证 提交 f07d3985 编写于 作者: J Joerg Jaspert

Merge branch 'pr-187'

* pr-187:
  dak/examine_package.py: improve colors for accessibility
......@@ -129,8 +129,8 @@ ansi_colours = {
'distro': "\033[1m\033[41m"}
html_colours = {
'main': ('<span style="color: aqua">', "</span>"),
'contrib': ('<span style="color: yellow">', "</span>"),
'main': ('<span style="color: green">', "</span>"),
'contrib': ('<span style="color: orange">', "</span>"),
'nonfree': ('<span style="color: red">', "</span>"),
'provides': ('<span style="color: magenta">', "</span>"),
'arch': ('<span style="color: green">', "</span>"),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册