Skip to content

Commit

Permalink
Change code for silver and gold
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Jul 21, 2020
1 parent a632dc6 commit 6468c0e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/wireviz/wv_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
'SL': '#708090',
'CU': '#d6775e', # Faux-copper look, for bare CU wire
'SN': '#aaaaaa', # Silvery look for tinned bare wire
'AG': '#84878c', # Darker silver for silvered wire
'AU': '#ffcf80', # Golden color for gold
'SR': '#84878c', # Darker silver for silvered wire
'GD': '#ffcf80', # Golden color for gold
}

_color_full = {
Expand All @@ -67,10 +67,10 @@
'BG': 'beige',
'IV': 'ivory',
'SL': 'slate',
'CU': 'bare copper',
'SN': 'tinned copper',
'AG': 'silver wire',
'AU': 'gold wire',
'CU': 'copper',
'SN': 'tin',
'SR': 'silver',
'GD': 'gold',
}

_color_ger = {
Expand All @@ -90,11 +90,11 @@
'BN': 'br',
'BG': 'bg', # beige
'IV': 'eb', # elfenbeinfarben
'SL': 'si', # Slate/Schiefer?
'CU': 'ku', # Copper/Kupfer
'SN': 'vz', # Tinned/verzinkt
'AG': 'ag', # Silver
'AU': 'au', # Gold
'SL': 'si', # Schiefer
'CU': 'ku', # Kupfer
'SN': 'vz', # verzinkt
'SR': 'ag', # Silber
'GD': 'au', # Gold
}


Expand Down

0 comments on commit 6468c0e

Please sign in to comment.