summaryrefslogtreecommitdiff
path: root/pygments/formatters/terminal.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-14 10:03:38 -0700
committerTim Hatch <tim@timhatch.com>2015-10-14 10:03:38 -0700
commitb32f41b5e0299aff76127015204af0b10f7c077b (patch)
treee99c42ed70ce67c097b10c126fc2d48ead5ce2af /pygments/formatters/terminal.py
parentfed7350078da512a0eac8ba83bd8396218d45ebd (diff)
parent5124a42d60cd3f44a9ec28498020a9ac0809b432 (diff)
downloadpygments-b32f41b5e0299aff76127015204af0b10f7c077b.tar.gz
Merged in hhsprings/pygments-main (pull request #479)
Diffstat (limited to 'pygments/formatters/terminal.py')
-rw-r--r--pygments/formatters/terminal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/formatters/terminal.py b/pygments/formatters/terminal.py
index a6eb48a4..2dbfde7f 100644
--- a/pygments/formatters/terminal.py
+++ b/pygments/formatters/terminal.py
@@ -49,6 +49,7 @@ TERMINAL_COLORS = {
Generic.Inserted: ('darkgreen', 'green'),
Generic.Heading: ('**', '**'),
Generic.Subheading: ('*purple*', '*fuchsia*'),
+ Generic.Prompt: ('**', '**'),
Generic.Error: ('red', 'red'),
Error: ('_red_', '_red_'),