summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorDuncan Lock <duncan.lock@gmail.com>2013-10-19 01:38:48 +0000
committerDuncan Lock <duncan.lock@gmail.com>2013-10-19 01:38:48 +0000
commitcf68c8a40e4ce6cefd7e186b79927dfd5402ae9e (patch)
tree1783a5eeb2fa02d09ea5aa3b9e46cc974bbd2475 /pygments/styles
parent1e5bc0e412818a7dde5920a723663c385de0e1fb (diff)
downloadpygments-cf68c8a40e4ce6cefd7e186b79927dfd5402ae9e.tar.gz
monokai.py edited to add highlighting support for diff syntax.
Diffstat (limited to 'pygments/styles')
-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'
}