mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix wrong color code
Must have been a copy-paste error...
This commit is contained in:
parent
06593e3678
commit
6a4bb1356a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace Color
|
||||||
inline const QColor fgSubtle = 0x6e7681;
|
inline const QColor fgSubtle = 0x6e7681;
|
||||||
inline const QColor severeFg = 0xdb6d28;
|
inline const QColor severeFg = 0xdb6d28;
|
||||||
inline const QColor successEmphasis = 0x238636;
|
inline const QColor successEmphasis = 0x238636;
|
||||||
inline const QColor successFg = 0x1a7f37;
|
inline const QColor successFg = 0x3fb950;
|
||||||
// Scale variables
|
// Scale variables
|
||||||
inline const QColor scaleYellow6 = 0x845306;
|
inline const QColor scaleYellow6 = 0x845306;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue