[PR #712] [MERGED] Custom theme colors #1126

Open
opened 2026-01-29 16:25:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/712
Author: @Deterous
Created: 6/24/2024
Status: Merged
Merged: 6/25/2024
Merged by: @mnadareski

Base: masterHead: theme


📝 Commits (7)

📊 Changes

5 files changed (+160 additions, -68 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Frontend/Options.cs (+18 -0)
MPF.UI/Themes/CustomTheme.cs (+88 -0)
MPF.UI/Themes/PurpModeTheme.cs (+0 -66)
📝 MPF.UI/Windows/MainWindow.xaml.cs (+53 -2)

📄 Description

Extends Purple theme to allow for any custom foreground and background colors.
Remains a hidden feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/712 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `theme` --- ### 📝 Commits (7) - [`144a9f2`](https://github.com/SabreTools/MPF/commit/144a9f2071747616267eac55f0027e4d175a89c2) Custom theme colors - [`4edccbf`](https://github.com/SabreTools/MPF/commit/4edccbf9a3024d01308cadec894da42cd07cfcf7) merge - [`2111e71`](https://github.com/SabreTools/MPF/commit/2111e71c025f249d97877150c7c700bae261302b) Merge branch 'master' into theme - [`43dee80`](https://github.com/SabreTools/MPF/commit/43dee809b04fe3b7e19ada3cf8f488cea0db08d5) Merge branch 'master' into theme - [`ae1f6ae`](https://github.com/SabreTools/MPF/commit/ae1f6aea174d58efd99dba258efe93ae18837725) Use Convert.ToByte - [`8618b82`](https://github.com/SabreTools/MPF/commit/8618b82b8cadefb52ba1d5566cc2c758c9c2979a) merge master - [`a783c16`](https://github.com/SabreTools/MPF/commit/a783c16451d7a988b89754888d7ff15f54d33bfa) merge dumb VS ### 📊 Changes **5 files changed** (+160 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Frontend/Options.cs` (+18 -0) ➕ `MPF.UI/Themes/CustomTheme.cs` (+88 -0) ➖ `MPF.UI/Themes/PurpModeTheme.cs` (+0 -66) 📝 `MPF.UI/Windows/MainWindow.xaml.cs` (+53 -2) </details> ### 📄 Description Extends Purple theme to allow for any custom foreground and background colors. Remains a hidden feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1126