Closed
Bug 1470167
Opened 7 years ago
Closed 7 years ago
Dark Theme: make UIColor extension colors into BrowserColor()
Categories
(Firefox for iOS :: Theme & Visual Design, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1470160
| Tracking | Status | |
|---|---|---|
| fxios | 13.0 | --- |
People
(Reporter: garvan, Assigned: garvan)
References
(Blocks 1 open bug)
Details
Most colors will be themeable, and thus need to be BrowserColor() (which supports returning a UIColor for the current theme).
A theme manager will also be helpful to have a single place to track save and load of themes, and accessing the current theme.
When defining BrowserColor(normal: colorA, dark: colorB) we need to dig up actual dark mode color definitions.
Is there a file that lists these?
Updated•7 years ago
|
Priority: -- → P2
Landed as part of https://github.com/mozilla-mobile/firefox-ios/pull/3987
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•