mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-22 22:23:49 +08:00
新增用于About和其他详细信息的%14颜色
This commit is contained in:
@@ -146,7 +146,8 @@ namespace SpkUi
|
||||
0x6b6b6b, 0x656565, 0x606060, 0x404040, 0x383838,
|
||||
ColorTextOnBackground(0x0070ff),
|
||||
ColorTextOnBackground(0x282828),
|
||||
ColorTextOnBackground(0x282828)
|
||||
ColorTextOnBackground(0x282828),
|
||||
/* TODO: %14 lighter text */
|
||||
};
|
||||
CurrentStylesheet = StylesheetFromColors(LightColor);
|
||||
qApp->setStyleSheet(CurrentStylesheet);
|
||||
@@ -159,7 +160,8 @@ namespace SpkUi
|
||||
0x6b6b6b, 0x656565, 0x606060, 0x404040, 0x383838,
|
||||
ColorTextOnBackground(0x0070ff),
|
||||
ColorTextOnBackground(0x282828),
|
||||
ColorTextOnBackground(0x282828)
|
||||
ColorTextOnBackground(0x282828),
|
||||
0xd5d5d5
|
||||
};
|
||||
CurrentStylesheet = StylesheetFromColors(DarkColor);
|
||||
CurrentColorSet = DarkColor;
|
||||
|
||||
Reference in New Issue
Block a user