summaryrefslogtreecommitdiff
path: root/pygments/styles/fruity.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-05 09:33:21 +0100
committerGeorg Brandl <georg@python.org>2012-02-05 09:33:21 +0100
commit3c8d7aaac2322bf2a40f68229568b761438043b8 (patch)
tree427c1652309513f305e05871259813b9f6bcf13a /pygments/styles/fruity.py
parentd026ccc8bccd09888604218613a4c45af5769f6f (diff)
downloadpygments-3c8d7aaac2322bf2a40f68229568b761438043b8.tar.gz
Closes #726: remove duplicate Name.Constant definition for fruity.
Diffstat (limited to 'pygments/styles/fruity.py')
-rw-r--r--pygments/styles/fruity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/styles/fruity.py b/pygments/styles/fruity.py
index ce381f42..b483b216 100644
--- a/pygments/styles/fruity.py
+++ b/pygments/styles/fruity.py
@@ -30,7 +30,6 @@ class FruityStyle(Style):
Number: '#0086f7 bold',
Name.Tag: '#fb660a bold',
Name.Variable: '#fb660a',
- Name.Constant: '#fb660a',
Comment: '#008800 bg:#0f140f italic',
Name.Attribute: '#ff0086 bold',
String: '#0086d2',