summaryrefslogtreecommitdiff
path: root/pygments/styles/fruity.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
committergbrandl <devnull@localhost>2007-02-12 23:38:46 +0100
commit8ac95bf314343f8db0ec8123296b60aefda8b02f (patch)
tree7813371046f03132d690b8556c857fc453e6c9b6 /pygments/styles/fruity.py
parent16b1f0bb0fbc6ea7aab974cb220406632de4c7c0 (diff)
downloadpygments-8ac95bf314343f8db0ec8123296b60aefda8b02f.tar.gz
[svn] Quite a few things:
- new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing
Diffstat (limited to 'pygments/styles/fruity.py')
-rw-r--r--pygments/styles/fruity.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/fruity.py b/pygments/styles/fruity.py
index 1827b2df..ba1f388a 100644
--- a/pygments/styles/fruity.py
+++ b/pygments/styles/fruity.py
@@ -14,6 +14,9 @@ from pygments.token import Token, Comment, Name, Keyword, \
Generic, Number, String
class FruityStyle(Style):
+ """
+ Pygments version of the "native" vim theme.
+ """
background_color = '#111111'