|
yellow = QtGui.QColor('#ffff00')
|
|
yellow_0 = QtGui.QColor('#ffff00')
|
|
yellow_1 = QtGui.QColor('#fce94f')
|
|
yellow_2 = QtGui.QColor('#edd400')
|
|
yellow_3 = QtGui.QColor('#c4a000')
|
|
orange_1 = QtGui.QColor('#fcaf3e')
|
|
orange_2 = QtGui.QColor('#f57900')
|
|
orange_3 = QtGui.QColor('#cd5c00')
|
|
brown_1 = QtGui.QColor('#e9b96e')
|
|
brown_2 = QtGui.QColor('#c17d11')
|
|
brown_3 = QtGui.QColor('#8f5902')
|
|
red = QtGui.QColor('#ff0000')
|
|
red_0 = QtGui.QColor('#ff0000')
|
|
red_1 = QtGui.QColor('#ef2929')
|
|
red_2 = QtGui.QColor('#cc0000')
|
|
red_3 = QtGui.QColor('#a40000')
|
|
blue = QtGui.QColor('#0000ff')
|
|
blue_0 = QtGui.QColor('#0000ff')
|
|
blue_1 = QtGui.QColor('#000080')
|
|
green = QtGui.QColor('#00ff00')
|
|
green_0 = QtGui.QColor('#00ff00')
|
|
cyan = QtGui.QColor('#00ffff')
|
|
cyan_0 = QtGui.QColor('#00ffff')
|
|
cyan_1 = QtGui.QColor('#008080')
|
|
magenta = QtGui.QColor('#ff00ff')
|
|
magenta_0 = QtGui.QColor('#ff00ff')
|
|
magenta_1 = QtGui.QColor('#800080')
|
|
pink_1 = QtGui.QColor('#f16c6c')
|
|
pink_2 = QtGui.QColor('#f13c3c')
|
|
aluminium_0 = QtGui.QColor('#eeeeec')
|
|
aluminium_1 = QtGui.QColor('#d3d7cf')
|
|
aluminium_2 = QtGui.QColor('#babdb6')
|
|
aluminium = QtGui.QColor('#eeeeec')
|
|
grey_0 = QtGui.QColor('#eeeeee')
|
|
grey_1 = QtGui.QColor('#cccccc')
|
|
grey_2 = QtGui.QColor('#333333')
|
|
grey_3 = QtGui.QColor('#666666')
|
|
grey_4 = QtGui.QColor('#999999')
|
|
grey = QtGui.QColor('#eeeeee')
|
|
VALIDATION_ERROR = QtGui.QColor('#ef2929')
for consistency with QT:
Qt::white 3 White (#ffffff)
Qt::black 2 Black (#000000)
Qt::red 7 Red (#ff0000)
Qt::darkRed 13 Dark red (#800000)
Qt::green 8 Green (#00ff00)
Qt::darkGreen 14 Dark green (#008000)
Qt::blue 9 Blue (#0000ff)
Qt::darkBlue 15 Dark blue ()
Qt::cyan 10 Cyan (#00ffff)
Qt::darkCyan 16 Dark cyan (#008080)
Qt::magenta 11 Magenta (#ff00ff)
Qt::darkMagenta 17 Dark magenta (#800080)
Qt::yellow 12 Yellow (#ffff00)
Qt::darkYellow 18 Dark yellow (#808000)
Qt::gray 5 Gray (#a0a0a4)
Qt::darkGray 4 Dark gray (#808080)
Qt::lightGray 6 Light gray (#c0c0c0)
Qt::transparent 19 a transparent black value (i.e., QColor(0, 0, 0, 0))
Qt::color0 0 0 pixel value (for bitmaps)
Qt::color1 1 1 pixel value (for bitmaps)
|