summaryrefslogtreecommitdiff
path: root/pygments/styles/monokai.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:03:30 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:03:30 +0100
commitfad9bc621d6b836c181b8093b91e391dd8e6e84a (patch)
tree96a5656639b7353585cfcfd4c7851381be7176e4 /pygments/styles/monokai.py
parenta6d004f660bb5ffd94116700672805732a6d1a55 (diff)
parent8be9fcd240f07890fe6ada8a8aa1d3b2687c0b19 (diff)
downloadpygments-fad9bc621d6b836c181b8093b91e391dd8e6e84a.tar.gz
Merge in rrt/pygments-main (pull request #223)
Diffstat (limited to 'pygments/styles/monokai.py')
-rw-r--r--pygments/styles/monokai.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/styles/monokai.py b/pygments/styles/monokai.py
index 31dc83b2..7b41b3ec 100644
--- a/pygments/styles/monokai.py
+++ b/pygments/styles/monokai.py
@@ -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'
}