summaryrefslogtreecommitdiff
path: root/pygments/styles/manni.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/styles/manni.py')
-rw-r--r--pygments/styles/manni.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/manni.py b/pygments/styles/manni.py
index 19f4b67d..bdc979e2 100644
--- a/pygments/styles/manni.py
+++ b/pygments/styles/manni.py
@@ -18,6 +18,9 @@ from pygments.token import Keyword, Name, Comment, String, Error, \
class ManniStyle(Style):
+ """
+ A colorful style, inspired by the terminal highlighting style.
+ """
background_color = '#f0f3f3'