converter fix: add colors

This commit is contained in:
shirshasa
2020-10-28 12:13:26 +03:00
parent a1d7ab0a8d
commit bc67b8bbeb

View File

@@ -86,6 +86,8 @@ class LawCartaConfig:
'#808000': 'darkGreen',
'#c0c0c0': 'lightGray',
'#ffffff': 'white',
'#800000': '#800000',
'#808080': '#808080'
}