chore: update global design tokens to match VTB brand aesthetic#79
Closed
olepagedumontabg wants to merge 1 commit intoShopify:mainfrom
Closed
chore: update global design tokens to match VTB brand aesthetic#79olepagedumontabg wants to merge 1 commit intoShopify:mainfrom
olepagedumontabg wants to merge 1 commit intoShopify:mainfrom
Conversation
Extracted design tokens from the Vintage Tub & Bath screenshot and applied them across the three foundational theme files: config/settings_data.json - Set type_primary_font: work_sans_n4 - Set max_page_width: 110rem (wide layout) - Set background_color: #ffffff, foreground_color: #2d2d2d - Set input_corner_radius: 0 (rectangular inputs per brand style) snippets/css-variables.liquid - Retained all original font/layout/color mappings - Added extended CSS custom properties: • Surface palette (primary #fff, secondary #f9fafb, tertiary #f3f4f6) • Header/nav colors (dark navy #1a2332 announcement bar, white nav) • Primary button tokens (dark fill #2d2d2d + white text) • Secondary/outline button tokens (transparent + dark border) • Text hierarchy (primary, secondary, muted, inverted) • Border tokens (light #e5e7eb, strong #d1d5db) • Feedback tokens (sale red #c0392b, star amber #f5a623, badges) • Footer palette (dark slate #2c3748, light text) • Promo bar palette • Border-radius tokens for buttons (0px) and cards (0px) • 8-step spacing scale • Typography scale (font sizes, weights, letter-spacing, line-height) • Shadow scale (sm/md/lg) • Transition speed tokens assets/critical.css - Wired new tokens into base body, heading, link styles - Added .section-heading utility (uppercase, wide letter-spacing) - Added .btn, .btn--primary, .btn--secondary component classes - Added focused input styles using border tokens - Added .card, .badge (--new / --sale), .price (--sale / --compare) - Added .star-rating and hr divider using border tokens https://claude.ai/code/session_01UqChF1EyNyz8UsNoV11Fhh
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.
Extracted design tokens from the Vintage Tub & Bath screenshot and applied them across the three foundational theme files:
config/settings_data.json
snippets/css-variables.liquid
assets/critical.css
https://claude.ai/code/session_01UqChF1EyNyz8UsNoV11Fhh