diff options
Diffstat (limited to 'pygments/styles/native.py')
-rw-r--r-- | pygments/styles/native.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py index 978b833b..c9b290b0 100644 --- a/pygments/styles/native.py +++ b/pygments/styles/native.py @@ -15,6 +15,9 @@ from pygments.token import Keyword, Name, Comment, String, Error, \ class NativeStyle(Style): + """ + Pygments version of the "native" vim theme. + """ background_color = '#202020' |