diff options
author | blackbird <devnull@localhost> | 2006-10-19 22:22:04 +0200 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-10-19 22:22:04 +0200 |
commit | f6e4754bf18034681371a2c7072f43825772e1a8 (patch) | |
tree | 6eeb615c037a6f40b57433ef3d8ef686a6aa5753 /pygments | |
parent | 5da3f2c0206443d68e5e0445513e01dba0946ee6 (diff) | |
download | pygments-f6e4754bf18034681371a2c7072f43825772e1a8.tar.gz |
[svn] added colors for operator words in native style
Diffstat (limited to 'pygments')
-rw-r--r-- | pygments/styles/native.py | 1 |
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', |