|
|
|
|
@ -126,12 +126,11 @@ QList<QColor> Style::themeColorColors = {QColor(), QColor("#004aa4"), QColor("#9
@@ -126,12 +126,11 @@ QList<QColor> Style::themeColorColors = {QColor(), QColor("#004aa4"), QColor("#9
|
|
|
|
|
QMap<Style::ColorPalette, QString> Style::aliasColors = {{Green, "green"}, |
|
|
|
|
{Yellow, "yellow"}, |
|
|
|
|
{Red, "red"}, |
|
|
|
|
{Black,"black"}, |
|
|
|
|
{DarkGrey, "darkGrey"}, |
|
|
|
|
{MediumGrey,"mediumGrey"}, |
|
|
|
|
{MediumGreyLight, "mediumGreyLight"}, |
|
|
|
|
{LightGrey, "lightGrey"}, |
|
|
|
|
{White, "white"}, |
|
|
|
|
{MainText,"mainText"}, |
|
|
|
|
{NameActive, "nameActive"}, |
|
|
|
|
{StatusActive,"statusActive"}, |
|
|
|
|
{GroundExtra, "groundExtra"}, |
|
|
|
|
{GroundBase, "groundBase"}, |
|
|
|
|
{Orange, "orange"}, |
|
|
|
|
{ThemeDark, "themeDark"}, |
|
|
|
|
{ThemeMediumDark, "themeMediumDark"}, |
|
|
|
|
@ -392,12 +391,11 @@ void Style::initDictColor()
@@ -392,12 +391,11 @@ void Style::initDictColor()
|
|
|
|
|
{"@green", Style::getColor(Style::Green).name()}, |
|
|
|
|
{"@yellow", Style::getColor(Style::Yellow).name()}, |
|
|
|
|
{"@red", Style::getColor(Style::Red).name()}, |
|
|
|
|
{"@black", Style::getColor(Style::Black).name()}, // NOTE: (Dark) rename to textColor
|
|
|
|
|
{"@darkGrey", Style::getColor(Style::DarkGrey).name()}, |
|
|
|
|
{"@mediumGrey", Style::getColor(Style::MediumGrey).name()}, |
|
|
|
|
{"@mediumGreyLight", Style::getColor(Style::MediumGreyLight).name()}, |
|
|
|
|
{"@lightGrey", Style::getColor(Style::LightGrey).name()}, |
|
|
|
|
{"@white", Style::getColor(Style::White).name()}, |
|
|
|
|
{"@mainText", Style::getColor(Style::MainText).name()}, |
|
|
|
|
{"@nameActive", Style::getColor(Style::NameActive).name()}, |
|
|
|
|
{"@statusActive", Style::getColor(Style::StatusActive).name()}, |
|
|
|
|
{"@groundExtra", Style::getColor(Style::GroundExtra).name()}, |
|
|
|
|
{"@groundBase", Style::getColor(Style::GroundBase).name()}, |
|
|
|
|
{"@orange", Style::getColor(Style::Orange).name()}, |
|
|
|
|
{"@action", Style::getColor(Style::Action).name()}}; |
|
|
|
|
} |
|
|
|
|
|