Show More
@@ -11,7 +11,7 b' This extension modifies the status and r' | |||||
11 | to their output to reflect file status, the qseries command to add |
|
11 | to their output to reflect file status, the qseries command to add | |
12 | color to reflect patch status (applied, unapplied, missing), and to |
|
12 | color to reflect patch status (applied, unapplied, missing), and to | |
13 | diff-related commands to highlight additions, removals, diff headers, |
|
13 | diff-related commands to highlight additions, removals, diff headers, | |
14 | and trailing whitespace. |
|
14 | tabs, and trailing whitespace. | |
15 |
|
15 | |||
16 | Other effects in addition to color, like bold and underlined text, are |
|
16 | Other effects in addition to color, like bold and underlined text, are | |
17 | also available. By default, the terminfo database is used to find the |
|
17 | also available. By default, the terminfo database is used to find the | |
@@ -61,6 +61,7 b' effects may be overridden from your conf' | |||||
61 | diff.deleted = red |
|
61 | diff.deleted = red | |
62 | diff.inserted = green |
|
62 | diff.inserted = green | |
63 | diff.changed = white |
|
63 | diff.changed = white | |
|
64 | diff.tab = | |||
64 | diff.trailingwhitespace = bold red_background |
|
65 | diff.trailingwhitespace = bold red_background | |
65 |
|
66 | |||
66 | # Blank so it inherits the style of the surrounding label |
|
67 | # Blank so it inherits the style of the surrounding label | |
@@ -279,6 +280,7 b' except ImportError:' | |||||
279 | 'diff.file_b': 'green bold', |
|
280 | 'diff.file_b': 'green bold', | |
280 | 'diff.hunk': 'magenta', |
|
281 | 'diff.hunk': 'magenta', | |
281 | 'diff.inserted': 'green', |
|
282 | 'diff.inserted': 'green', | |
|
283 | 'diff.tab': '', | |||
282 | 'diff.trailingwhitespace': 'bold red_background', |
|
284 | 'diff.trailingwhitespace': 'bold red_background', | |
283 | 'changeset.public' : '', |
|
285 | 'changeset.public' : '', | |
284 | 'changeset.draft' : '', |
|
286 | 'changeset.draft' : '', |
General Comments 0
You need to be logged in to leave comments.
Login now