新增用于About和其他详细信息的%14颜色

This commit is contained in:
RigoLigoRLC
2021-07-22 19:56:18 +08:00
parent b3a9485bac
commit 2b2bb06d02
3 changed files with 11 additions and 2 deletions
+4 -2
View File
@@ -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;