docs(dms): document the Source Color setting - #129
Open
Conava wants to merge 1 commit into
Open
Conversation
DMS seeds its palette from one color extracted from the wallpaper, and until now always took matugen's most dominant candidate. The new Source Color setting picks which candidate wins, so a warm wallpaper no longer has to produce a cold palette. Documents all seven values with the matugen flag each maps to, notes that Colorful works with any matugen version while the --prefer modes need matugen 4, and states the near-black wallpaper trade-off up front rather than leaving users to find it.
There was a problem hiding this comment.
Pull request overview
This PR updates the DankMaterialShell docs to explain the new Source Color setting that controls which wallpaper-derived color seeds matugen’s generated palette, including option semantics, CLI flag mappings, version requirements, and where to find the setting in the UI.
Changes:
- Adds a new ## Source Color section to the Application Theming page.
- Documents all seven Source Color values, including how each maps to matugen flags (or when no flag applies).
- Notes matugen version requirements for
--prefermodes and the fallback behavior on older versions.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the Source Color setting. Pairs with a DankMaterialShell PR I'm opening right after this one.
DMS builds its whole palette from one color extracted from the wallpaper, and until now always took matugen's most dominant candidate with no way to change it. The new setting allows choosing between multiple options which color is selected as a seed for the generated color theme.
Adds a
## Source Colorsection to Application Theming, between the intro and Disabling Matugen. It documents all seven values with the matugen flag each maps to, notes that Colorful is computed by DMS and works with any matugen version while the five--prefermodes need matugen 4.1 or newer, and states the near-black-wallpaper trade-off up front rather than leaving users to find it.