summaryrefslogtreecommitdiff
path: root/pygments/styles/native.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-08-15 20:52:07 +0200
committergbrandl <devnull@localhost>2008-08-15 20:52:07 +0200
commit7b4f4b50991018128d0579bd8d39dfb5cab7f26b (patch)
tree5d010268df6aef0d9cc38403ad9fefef0978b8b1 /pygments/styles/native.py
parentee9cafc23b7d5a2c08dd5f738cef82ffc67e4933 (diff)
downloadpygments-7b4f4b50991018128d0579bd8d39dfb5cab7f26b.tar.gz
Add hl_lines option to HTML formatter. #325.
Diffstat (limited to 'pygments/styles/native.py')
-rw-r--r--pygments/styles/native.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index 76021a53..9b0b26ca 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -20,6 +20,7 @@ class NativeStyle(Style):
"""
background_color = '#202020'
+ highlight_color = '#404040'
styles = {
Token: '#d0d0d0',