Skip to content

Commit

Permalink
add mapping for color #b3020c (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenFroehlinghaus authored Nov 6, 2024
1 parent e0f7017 commit 5d27a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x2gbfs/providers/deer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Deer(BaseProvider):
COLOR_NAMES = {
'#ffffff': 'weiß',
'#b50d17': 'rot',
'#b3020c': 'rot',
'#000000': 'schwarz',
'#f6f6f6': 'hellgrau',
'#929292': 'mittelgrau',
Expand Down

0 comments on commit 5d27a19

Please sign in to comment.