Skip to content

Commit

Permalink
Fix #2020.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Jan 5, 2022
1 parent 4c21628 commit 05d1867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Version 2.11.2
* Java: Fixed an issue with ``record`` keywords result in ``Error`` tokens in some cases (#2018)

- Fix links to line numbers not working correctly (#2014)
- Remove ``underline`` from ``Whitespace`` style in the ``Tango`` theme (#2020)

Version 2.11.1
--------------
Expand Down
2 changes: 1 addition & 1 deletion pygments/styles/tango.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 05d1867

Please sign in to comment.