summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/styles/borland.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/pygments/styles/borland.py b/pygments/styles/borland.py
index 5763073b..6139e845 100644
--- a/pygments/styles/borland.py
+++ b/pygments/styles/borland.py
@@ -3,7 +3,7 @@
pygments.styles.borland
~~~~~~~~~~~~~~~~~~~~~~~
- Style similar to the style used in the borland ides.
+ Style similar to the style used in the Borland IDEs.
:copyright: 2006-2007 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
@@ -25,15 +25,16 @@ class BorlandStyle(Style):
Whitespace: '#bbbbbb',
Comment: 'italic #008800',
- Comment.Preproc: 'noitalic',
+ Comment.Preproc: 'noitalic #008080',
Comment.Special: 'noitalic bold',
String: '#0000FF',
+ String.Char: '#800080',
Number: '#0000FF',
- Keyword: 'bold',
+ Keyword: 'bold #000080',
Operator.Word: 'bold',
- Name.Tag: 'bold',
- Name.Attribute: 'italic',
+ Name.Tag: 'bold #000080',
+ Name.Attribute: '#FF0000',
Generic.Heading: '#999999',
Generic.Subheading: '#aaaaaa',