Commit Graph

3 Commits

Author SHA1 Message Date
Krystie 5f3982174e qt: align wallet brand colors with logo (#e32105)
The QT wallet source used #f26522 (orange-red) for all UI accents
including tooltips, menus, scrollbars, messagebox borders, HD badge,
and embedded HTML link styling. The actual triangle logo on
cryptographic-triangles.org is #e32105 — confirmed by sampling the
PNG (mode color across 30% of pixels, matching the site's
<meta theme-color>).

This is a global, byte-for-byte replacement:
  #f26522 -> #e32105 (1255 occurrences)
  #61280E -> #3d0e04 (168 occurrences, re-derived hover/active shade)

Touches 99 files: 14 .cpp/.h, 22 .ui forms, 1 plugin .ui, 62 locale .ts.

The 'TRI brand color' comment in updateHDStatus() now references
#e32105 to match the canonical value.

Visual diff against pre-replacement wallet required before merge.
2026-07-04 04:29:02 -07:00
TrianglesCommunityProject 627c13c0fc Black Pharao Release
Version 4.2.1.0
- wallet makeover
- staking behaviour adjustments
- non mandatory update-
- no need for updating daemons (only recomended if used for staking)
2015-07-22 23:00:36 +02:00
TrianglesCommunityProject 69aedf2533 Pharao Release
Version 4.0.0.4
- refactored code
- migrated vom Qt4 to Qt5
- added secure messaging
2014-10-05 23:37:30 +02:00