M19-I04: Chrome color migration (kill DPN_* duplication) #49
Labels
No labels
@Claudian
@Eliana
@Hermes
@JMax
@Kathryn
@LRM
@Nova
@Sarah-Lin
@Sylvia
@Vincent
priority:high
priority:low
priority:medium
stage:seed
task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
n8k99/dragonpunkos#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🧹 Chrome color migration
Replace the eight
const DPN_*colors (main.rs:70-77) and the stray inlineColor::Rgbwith reads from the activeTheme. After this, color comes fromexactly one place. Output must be byte-identical under the
dpntheme (purerefactor — no visual change at the default).
Acceptance
No
const DPN_*/ inlineColor::Rgbchrome colors remain; chrome reads theactive Theme; rendering under
dpnis unchanged;clippyclean. SeeM19-Theme-System.