forked from LiveCarta/BookConverter
epub converter: fix color mapping
This commit is contained in:
@@ -91,16 +91,16 @@ class LawCartaConfig:
|
||||
|
||||
HTML42LIVECARTA_COLORS = {
|
||||
'yellow': 'yellow',
|
||||
'lime': 'darkYellow',
|
||||
'lime': 'green',
|
||||
'aqua': 'cyan',
|
||||
'fuchsia': 'magenta',
|
||||
'blue': 'blue',
|
||||
'red': 'red',
|
||||
'navy': 'darkBlue',
|
||||
'teal': 'darkCyan',
|
||||
'green': 'green',
|
||||
'green': 'darkGreen',
|
||||
'purple': 'darkMagenta',
|
||||
'olive': 'darkGreen',
|
||||
'olive': 'darkYellow',
|
||||
'silver': 'lightGray',
|
||||
'white': 'white',
|
||||
'maroon': 'darkRed', # '#800000',
|
||||
|
||||
Reference in New Issue
Block a user