summaryrefslogtreecommitdiff
path: root/pygments/styles/murphy.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/murphy.py')
-rw-r--r--pygments/styles/murphy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/styles/murphy.py b/pygments/styles/murphy.py
index 06cc795b..5152fe68 100644
--- a/pygments/styles/murphy.py
+++ b/pygments/styles/murphy.py
@@ -11,7 +11,7 @@
from pygments.style import Style
from pygments.token import Keyword, Name, Comment, String, Error, \
- Number, Operator, Generic
+ Number, Operator, Generic, Whitespace
class MurphyStyle(Style):
@@ -22,6 +22,7 @@ class MurphyStyle(Style):
default_style = ""
styles = {
+ Whitespace: "#bbbbbb",
Comment: "#666 italic",
Comment.Preproc: "#579 noitalic",
Comment.Special: "#c00 bold",