Update default theme to modern monochrome look#817
Merged
Conversation
added 5 commits
May 18, 2026 12:35
Rename the old blue/green default scheme to "DXPR Theme 2025" and replace it with a monochrome palette. Update install defaults for layout, typography, header, and menu settings. Add post-update hook to migrate existing sites to the renamed scheme.
Update $primary, $accent1, $accent2, and all color fallback variables in _variables.scss to match the new default monochrome scheme. Rebuild bootstrap-theme.css which uses $primary and $gray-light directly.
The shipped CSS custom property defaults in variables.scss must match the install config, otherwise fresh installs render old values until the Theme Settings form is opened. Updated: headings-line-height (1.1 -> 1.2), scale-factor (1.34 -> 1.25), menu-link-spacing (10px -> 20px), headings-bold (normal -> bold).
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.
Linked issues
Solution
Update the DXPR Theme default look and feel to a modern, clean monochrome aesthetic. The old blue/green default is preserved as "DXPR Theme 2025" for existing users.
Color scheme changes
Layout and typography defaults updated
Backward compatibility
n4_migrate_default_scheme) migrates existing sites from "default" to "dxpr-theme-2025", preserving their current appearanceFiles changed
scss/base/variables.scss-- renamed old default, added new monochrome defaultfeatures/sooper-colors/color-settings.json-- same changes for UI dropdownconfig/install/dxpr_theme.settings.yml-- updated layout/typography defaultsdxpr_theme.post_update.php-- migration hook for existing sitescss/base/variables.css-- rebuilt CSS artifactChecklist