diff options
Diffstat (limited to 'pygments/styles/trac.py')
-rw-r--r-- | pygments/styles/trac.py | 2 |
1 files changed, 2 insertions, 0 deletions
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', |