summaryrefslogtreecommitdiff
path: root/pygments/styles/monokai.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-08 08:50:24 +0200
committerGeorg Brandl <georg@python.org>2014-10-08 08:50:24 +0200
commitab509e4ea2a8bd3c7e8e355b0e83b3e2de9f7a01 (patch)
treedb1c94d9d2ba3fc0c664b71ba798007eb0da5a65 /pygments/styles/monokai.py
parent7f5c98a36c3a8e1b9877e1d4cfe41fd00f08833a (diff)
parente07ba8bf31d7a9ee2cfd4832608a9453a9f81fbe (diff)
downloadpygments-ab509e4ea2a8bd3c7e8e355b0e83b3e2de9f7a01.tar.gz
Merged in __russ__/pygments-main (pull request #165)
Diffstat (limited to 'pygments/styles/monokai.py')
-rw-r--r--pygments/styles/monokai.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pygments/styles/monokai.py b/pygments/styles/monokai.py
index 31dc83b2..f8940db4 100644
--- a/pygments/styles/monokai.py
+++ b/pygments/styles/monokai.py
@@ -7,7 +7,7 @@
http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
- :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
@@ -93,14 +93,14 @@ class MonokaiStyle(Style):
String.Symbol: "", # class: 'ss'
Generic: "", # class: 'g'
- Generic.Deleted: "", # class: 'gd',
+ Generic.Deleted: "#f92672", # class: 'gd',
Generic.Emph: "italic", # class: 'ge'
Generic.Error: "", # class: 'gr'
Generic.Heading: "", # class: 'gh'
- Generic.Inserted: "", # class: 'gi'
+ Generic.Inserted: "#a6e22e", # class: 'gi'
Generic.Output: "", # class: 'go'
Generic.Prompt: "", # class: 'gp'
Generic.Strong: "bold", # class: 'gs'
- Generic.Subheading: "", # class: 'gu'
+ Generic.Subheading: "#75715e", # class: 'gu'
Generic.Traceback: "", # class: 'gt'
}