README
changeset 64 30343993578e
parent 63 c384fa42f8a2
child 66 4129876c8b86
equal deleted inserted replaced
63:c384fa42f8a2 64:30343993578e
    42     new.attrs           = bold
    42     new.attrs           = bold
    43     resolved.color      = white
    43     resolved.color      = white
    44     in-progress.color   = yellow
    44     in-progress.color   = yellow
    45     in-progress.attrs   = bold
    45     in-progress.attrs   = bold
    46 
    46 
    47 will highlight issues with the state "new" as bold red, "resolved" issues
    47 will highlight issues with the state ``new`` as bold red, ``resolved`` issues
    48 as white, and "in-progress" issues as bold yellow. Artemis uses termcolor_
    48 as white, and ``in-progress`` issues as bold yellow. Artemis uses termcolor_
    49 library for the output, see its documentation for color options.
    49 library for the output, see its documentation for color options.
    50 
    50 
    51 .. _`termcolor`:    http://pypi.python.org/pypi/termcolor/
    51 .. _`termcolor`:    http://pypi.python.org/pypi/termcolor/
    52 
    52 
    53 
    53