summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/native.py2
-rw-r--r--pygments/styles/trac.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index 80f2cbbf..d30c27ae 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -11,7 +11,7 @@
from pygments.style import Style
from pygments.token import Keyword, Name, Comment, String, Error, \
- Number, Operator, Generic, Text, Token
+ Number, Operator, Generic, Token
class NativeStyle(Style):
diff --git a/pygments/styles/trac.py b/pygments/styles/trac.py
index a7767f2f..bc676140 100644
--- a/pygments/styles/trac.py
+++ b/pygments/styles/trac.py
@@ -22,6 +22,8 @@ class TracStyle(Style):
Comment: 'italic #999988',
Comment.Preproc: 'bold noitalic #999999',
+ Operator: 'bold',
+
String: '#bb8844',
String.Regex: '#808000',