theme_list: sync to renamed BlackTheme accent enum entries #6

Merged
such-gitea merged 1 commits from github-such-software/hash-wallet:dev into dev 2026-05-16 10:52:03 -04:00
Owner

Companion to 59a6b25ff. The accent enum got renamed (cakePrimary,
tronRed, frostingPurple removed; hashGreen, suchPink, suchBlue added)
but ThemeList still referenced the old names. Rename in lock-step:

cakePrimary -> hashGreen
tronRed -> suchPink
frostingPurple -> suchBlue

Plus the corresponding ThemeList static fields (blackThemeCakePrimary
etc.) and switch cases. The integer 'raw' deserialize codes (12-17,
112-117) stay the same — existing user theme prefs will resolve to the
new accent at the same raw value.

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed
Companion to 59a6b25ff. The accent enum got renamed (cakePrimary, tronRed, frostingPurple removed; hashGreen, suchPink, suchBlue added) but ThemeList still referenced the old names. Rename in lock-step: cakePrimary -> hashGreen tronRed -> suchPink frostingPurple -> suchBlue Plus the corresponding ThemeList static fields (blackThemeCakePrimary etc.) and switch cases. The integer 'raw' deserialize codes (12-17, 112-117) stay the same — existing user theme prefs will resolve to the new accent at the same raw value. Issue Number (if Applicable): Fixes # # Description Please include a summary of the changes and which issue is fixed / feature is added. # Pull Request - Checklist - [ ] Initial Manual Tests Passed - [ ] Double check modified code and verify it with the feature/task requirements - [ ] Format code - [ ] Look for code duplication - [ ] Clear naming for variables and methods - [ ] Manual tests in accessibility mode (TalkBack on Android) passed
such-gitea added 1 commit 2026-05-16 10:51:58 -04:00
theme_list: sync to renamed BlackTheme accent enum entries
All checks were successful
Hash Wallet Linux build / build (pull_request) Successful in 9m49s
c9a65da78d
Companion to 59a6b25ff. The accent enum got renamed (cakePrimary,
tronRed, frostingPurple removed; hashGreen, suchPink, suchBlue added)
but ThemeList still referenced the old names. Rename in lock-step:

  cakePrimary       -> hashGreen
  tronRed           -> suchPink
  frostingPurple    -> suchBlue

Plus the corresponding ThemeList static fields (blackThemeCakePrimary
etc.) and switch cases. The integer 'raw' deserialize codes (12-17,
112-117) stay the same — existing user theme prefs will resolve to the
new accent at the same raw value.
such-gitea merged commit e7ff15329d into dev 2026-05-16 10:52:03 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Builds/hash-wallet#6