diff options
author | gbrandl <devnull@localhost> | 2007-02-12 23:38:46 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-12 23:38:46 +0100 |
commit | 8ac95bf314343f8db0ec8123296b60aefda8b02f (patch) | |
tree | 7813371046f03132d690b8556c857fc453e6c9b6 /pygments/styles/fruity.py | |
parent | 16b1f0bb0fbc6ea7aab974cb220406632de4c7c0 (diff) | |
download | pygments-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.py | 3 |
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' |