add an even lighter grey

This commit is contained in:
2021-11-05 07:59:04 +01:00
parent 0145f327f4
commit c4544899e4

View File

@@ -34,6 +34,7 @@ class ColorButton(QWidget):
self.tr('Fairy Topia'): 'ff80f4', self.tr('Fairy Topia'): 'ff80f4',
self.tr('Magenta Bachiego'): 'cc00bb', self.tr('Magenta Bachiego'): 'cc00bb',
# grey # grey
self.tr('Breeze of Mist'): 'eaeaea',
self.tr('Light Grey'): 'cccccc', self.tr('Light Grey'): 'cccccc',
self.tr('Grey'): '999999', self.tr('Grey'): '999999',
} }