Add McDonald's theme: golden arches color scheme and falling fries#1
Closed
Add McDonald's theme: golden arches color scheme and falling fries#1
Conversation
Overrides the site-wide color palette to McDonald's red and golden yellow, replaces the sidebar's blue tones with dark red, and adds a falling fries/ burgers animation via a new Fries Stimulus controller. https://claude.ai/code/session_01BNdokM87GNmTxMtpTk2hpt
Replaces "cookies" with "fries" and 🍪 with 🍟 across all user-facing text: UI labels, tutorial dialogue, OG descriptions, flash messages, shop prices, balance displays, admin dashboards, and the Slack DM balance notification. Internal code (HTTP cookies, DB columns, class names, variable names) is unchanged. https://claude.ai/code/session_01BNdokM87GNmTxMtpTk2hpt
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
hsl(3, 72%, 40-55%)) and golden yellow (hsl(42, 100%, 59%)), replacing the warm cream/blue/brown defaultsFriesControllerStimulus controller (similar to the existing Christmas snow effect)mcdonalds-themeCSS class always present on<body>Changes
app/assets/stylesheets/themes/_mcdonalds.scss— new theme with CSS variable overridesapp/javascript/controllers/fries_controller.js— Stimulus controller for falling food emojiapp/assets/stylesheets/application.scss— imports the new themeapp/javascript/controllers/index.js— registers the fries controllerapp/views/layouts/application.html.erb— addsmcdonalds-themeclass andfriesdata-controller to bodyI'm lovin' it 🍟