diff options
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/styles/tango.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/tango.py b/pygments/styles/tango.py index 694e2777..7a2f005b 100644 --- a/pygments/styles/tango.py +++ b/pygments/styles/tango.py @@ -55,7 +55,7 @@ class TangoStyle(Style): styles = { # No corresponding class for the following: #Text: "", # class: '' - Whitespace: "underline #f8f8f8", # class: 'w' + Whitespace: "#f8f8f8", # class: 'w' Error: "#a40000 border:#ef2929", # class: 'err' Other: "#000000", # class 'x' |
