summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-10-19 22:22:04 +0200
committerblackbird <devnull@localhost>2006-10-19 22:22:04 +0200
commitf6e4754bf18034681371a2c7072f43825772e1a8 (patch)
tree6eeb615c037a6f40b57433ef3d8ef686a6aa5753 /pygments
parent5da3f2c0206443d68e5e0445513e01dba0946ee6 (diff)
downloadpygments-f6e4754bf18034681371a2c7072f43825772e1a8.tar.gz
[svn] added colors for operator words in native style
Diffstat (limited to 'pygments')
-rw-r--r--pygments/styles/native.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index e50a6242..fa12ddad 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -26,6 +26,7 @@ class NativeStyle(Style):
Keyword: 'bold #6ab825',
Keyword.Pseudo: 'nobold',
+ Operator.Word: 'bold #6ab825',
String: '#ed9d13',
String.Other: '#ffa500',