Skip to content

Commit

Permalink
style: 修改调色板浅色模式下TextTips的颜色
Browse files Browse the repository at this point in the history
将调色板中浅色模式下的TextTips颜色从#8AA1B4修
改为#526A7F

Log: 
Task: https://pms.uniontech.com/zentao/task-view-57698.html
Change-Id: I57638bc4734deef0ccf272da54c08df38f603bb5
  • Loading branch information
chenbin authored and kegechen committed Mar 4, 2021
1 parent 26de283 commit 8806b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/dguiapplicationhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static QColor light_dpalette[DPalette::NColorTypes] {
QColor(), //NoType
QColor(0, 0, 0, 255 * 0.03), //ItemBackground
QColor("#001A2E"), //TextTitle
QColor("#8AA1B4"), //TextTips
QColor("#526A7F"), //TextTips
QColor("#FF5736"), //TextWarning
Qt::white, //TextLively
QColor("#0081FF"), //LightLively
Expand Down

0 comments on commit 8806b49

Please sign in to comment.