P417_host/lib/style.aardio

122 lines
1.7 KiB
Plaintext
Raw Normal View History

2023-03-14 15:49:33 +08:00
//style 外观样式
namespace style{
primaryButton = {
background={
default=0xFF8FB2B0;
hover=0xFF928BB3;
disabled=0xFFCCCCCC;
}
};
button = {
background={
default=0x668FB2B0;
hover=0xFF928BB3;
disabled=0xFFCCCCCC;
}
};
transButton = {
background={
default=0;
hover=0xFF928BB3;
disabled=0xFFCCCCCC;
}
};
checkBox = {
color = {
hover = 0xFFFF0000;
active = 0xFF00FF00;
}
checked = {
color = {
hover = 0xFFFF0000;
active = 0xFF00FF00;
}
text = '\uF14a'/*_FA_CHECK_SQUARE*/
}
};
Check ={
color = {
hover = 0xFFFF0000;
active = 0xFF00FF00;
}
checked = {
iconText = '\uF058'/*_FA_CHECK_CIRCLE*/
}
};
link = {
color = {
hover = 0xFFFF0000;
active = 0xFF00FF00;
}
};
dropdown = {
foreground={
default = 0xFFFFFFFF;
hover= 0xFF8ADBAF;
};
checked = {
foreground={
default = 0xFFDB8A8E;
hover= 0xFF8ADBAF;
};
}
};
key = {
foreground={
default = 0x00FFFFFF;
hover= 0xFF8ADBAF;
};
};
radioMode = {
group = "Mode";
color={
default=0xFF000000;
disabled=0xFF6D6D6D;
hover=0xFF87CEFA
};
checked={
iconText='\uF046'
}
}
radioColor = {
group = "Color";
color={
default=0xFF000000;
disabled=0xFF6D6D6D;
hover=0xFF87CEFA
};
checked={
iconText='\uF046'
}
}
radioLight = {
group = "Light";
color={
default=0xFF000000;
disabled=0xFF6D6D6D;
hover=0xFF87CEFA
};
checked={
iconText='\uF046'
}
}
radioFreq = {
group = "Freq";
color={
default=0xFF000000;
disabled=0xFF6D6D6D;
hover=0xFF87CEFA
};
checked={
iconText='\uF046'
}
}
plusTip = {
color={
default=0xFF3C3C3C
}
}
}