feat: Dunmeri Clay theme — full Nordic-to-Dunmer transformation#1
Open
wdflynn wants to merge 1 commit into
Open
feat: Dunmeri Clay theme — full Nordic-to-Dunmer transformation#1wdflynn wants to merge 1 commit into
wdflynn wants to merge 1 commit into
Conversation
Transform the Nordic theme fork into Dunmeri using the warm, earthy "Clay" color palette. This is a complete re-derive covering all resources: GTK 3/4, GNOME Shell, Cinnamon, KDE (Kvantum, Aurorae, color schemes, SDDM), Xfwm4, Metacity, and extras. Changes: - Rename all Nordic/Nord references to Dunmeri/Dunmer (dirs, files, imports) - Delete Nordic variant directories (bluish, darker, Solid) — replaced by future Dunmeri variants (Balmora, Ald'ruhn, Molag Mar, Solstheim) - Apply 16 core + 25 secondary hex color mappings across all file types - Apply KDE RGB tuple replacements in .colors/.colorscheme files - Reduce darken/lighten percentages (Dunmer L=17% vs Nord L=20%) - Fix Dart Sass @extend bugs in 8 widget files (gtk-3.0 + gtk-4.0) - Fix Cinnamon compound @extend (%button:hover) - Handle svgz decompress/recolor/recompress - Remove gsettings auto-apply from Gulpfile.js - Add dunmerify-theme.sh automation script for reproducible builds - Write Dunmeri-specific README.md - Compile all SCSS targets (GTK3, GTK4, GNOME Shell, Cinnamon) Verification: zero leftover Nord hex values or RGB tuples in source files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
dunmerify-theme.shautomation script for reproducible re-derives from upstream NordicWhat changed
.colors/.colorschemefiles@extend %button:hoverfixgsettingsauto-apply removed from Gulpfile.jsColor Palette — Clay
#2e3440#2f2a28#3b4252#3a3431#8fbcbb#af6f5a#88c0d0#b38f6b#81a1c1#859cb7#bf616a#c65353#a3be8c#8faf79Test plan
npx gulp styles)npx sass gtk-4.0/gtk.scss)npx gulp shell-style)npx gulp cinnamon-style)dunmerify-theme.sh --forceproduces identical output🤖 Generated with Claude Code