-
Notifications
You must be signed in to change notification settings - Fork 2
Add theme cards, listings, and specs #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "data": { | ||
| "type": "card", | ||
| "attributes": { | ||
| "cardTitle": "Brand Guide", | ||
| "cardDescription": "Guide to brand elements and visual style", | ||
| "specType": "card", | ||
| "ref": { | ||
| "module": "https://cardstack.com/base/brand-guide", | ||
| "name": "default" | ||
| } | ||
| }, | ||
| "meta": { | ||
| "adoptsFrom": { | ||
| "module": "https://cardstack.com/base/spec", | ||
| "name": "Spec" | ||
| } | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "data": { | ||
| "type": "card", | ||
| "attributes": { | ||
| "cardTitle": "Structured Theme", | ||
| "cardDescription": "A card for defining a structured theme with CSS variables", | ||
| "specType": "card", | ||
| "ref": { | ||
| "module": "https://cardstack.com/base/structured-theme", | ||
| "name": "default" | ||
| } | ||
| }, | ||
| "meta": { | ||
| "adoptsFrom": { | ||
| "module": "https://cardstack.com/base/spec", | ||
| "name": "Spec" | ||
| } | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "data": { | ||
| "type": "card", | ||
| "attributes": { | ||
| "cardTitle": "Style Reference", | ||
| "specType": "card", | ||
| "ref": { | ||
| "module": "https://cardstack.com/base/style-reference", | ||
| "name": "default" | ||
| } | ||
| }, | ||
| "meta": { | ||
| "adoptsFrom": { | ||
| "module": "https://cardstack.com/base/spec", | ||
| "name": "Spec" | ||
| } | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "data": { | ||
| "type": "card", | ||
| "attributes": { | ||
| "cardTitle": "Theme", | ||
| "specType": "card", | ||
| "cardDescription": "Comprehensive reference card for documenting a product’s visual language and theme variables.", | ||
| "ref": { | ||
| "module": "https://cardstack.com/base/detailed-style-reference", | ||
| "name": "default" | ||
| } | ||
| }, | ||
| "meta": { | ||
| "adoptsFrom": { | ||
| "module": "https://cardstack.com/base/spec", | ||
| "name": "Spec" | ||
| } | ||
| } | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,181 @@ | ||
| { | ||
| "data": { | ||
| "type": "card", | ||
| "attributes": { | ||
| "historicalContext": "A tweakcn preset channeling the dreamy pastel-violet palettes of twilight photography and lo-fi album art — purple as atmosphere rather than as a loud brand color.", | ||
| "colorPalette": "Misted purples throughout. Light mode rests on lavender-white `#f8f7fa` with dusk-gray ink `#3d3c4f`; dark mode deepens to violet-black `#1a1823` with pale lilac text `#e0ddef`. Muted amethyst `#8a79ab` / `#a995c9` leads, dusty rose `#e6a5b8` accents, soft red `#d95c5c` marks destructive. Charts spread pastel — amethyst, rose, sage, apricot, periwinkle.", | ||
| "typography": { | ||
| "heading": { | ||
| "fontFamily": null, | ||
| "fontSize": null, | ||
| "fontWeight": null, | ||
| "lineHeight": null, | ||
| "sampleText": null | ||
| }, | ||
| "sectionHeading": { | ||
| "fontFamily": null, | ||
| "fontSize": null, | ||
| "fontWeight": null, | ||
| "lineHeight": null, | ||
| "sampleText": null | ||
| }, | ||
| "subheading": { | ||
| "fontFamily": null, | ||
| "fontSize": null, | ||
| "fontWeight": null, | ||
| "lineHeight": null, | ||
| "sampleText": null | ||
| }, | ||
| "body": { | ||
| "fontFamily": null, | ||
| "fontSize": null, | ||
| "fontWeight": null, | ||
| "lineHeight": null, | ||
| "sampleText": null | ||
| }, | ||
| "caption": { | ||
| "fontFamily": null, | ||
| "fontSize": null, | ||
| "fontWeight": null, | ||
| "lineHeight": null, | ||
| "sampleText": null | ||
| } | ||
| }, | ||
| "typographySystem": "Geist keeps the UI crisp and contemporary against the hazy palette; Lora adds a warm serif for editorial passages, and Fira Code covers code with ligatures.", | ||
| "geometricLanguage": null, | ||
| "materialVocabulary": null, | ||
| "compositionRules": null, | ||
| "motionLanguage": null, | ||
| "componentVocabulary": null, | ||
| "contentVoice": null, | ||
| "technicalSpecs": null, | ||
| "applicationScenarios": null, | ||
| "qualityStandards": null, | ||
| "designMindset": null, | ||
| "styleName": "Amethyst Haze", | ||
| "inspirations": [ | ||
| "tweakcn theme registry", | ||
| "Twilight and dusk color photography", | ||
| "Lo-fi pastel album art" | ||
| ], | ||
| "visualDNA": "A soft twilight haze: low-saturation purples on misty near-white grounds, dusty-rose warmth, gentle 0.5rem rounding, and feather-light shadows. Calm, romantic, and quiet.", | ||
| "wallpaperImages": [], | ||
| "rootVariables": { | ||
| "background": "#f8f7fa", | ||
| "foreground": "#3d3c4f", | ||
| "card": "#ffffff", | ||
| "cardForeground": "#3d3c4f", | ||
| "popover": "#ffffff", | ||
| "popoverForeground": "#3d3c4f", | ||
| "primary": "#8a79ab", | ||
| "primaryForeground": "#f8f7fa", | ||
| "secondary": "#dfd9ec", | ||
| "secondaryForeground": "#3d3c4f", | ||
| "muted": "#dcd9e3", | ||
| "mutedForeground": "#6b6880", | ||
| "accent": "#e6a5b8", | ||
| "accentForeground": "#4b2e36", | ||
| "destructive": "#d95c5c", | ||
| "destructiveForeground": "#f8f7fa", | ||
| "success": null, | ||
| "border": "#cec9d9", | ||
| "input": "#eae7f0", | ||
| "ring": "#8a79ab", | ||
| "chart1": "#8a79ab", | ||
| "chart2": "#e6a5b8", | ||
| "chart3": "#77b8a1", | ||
| "chart4": "#f0c88d", | ||
| "chart5": "#a0bbe3", | ||
| "sidebar": "#f1eff5", | ||
| "sidebarForeground": "#3d3c4f", | ||
| "sidebarPrimary": "#8a79ab", | ||
| "sidebarPrimaryForeground": "#f8f7fa", | ||
| "sidebarAccent": "#e6a5b8", | ||
| "sidebarAccentForeground": "#4b2e36", | ||
| "sidebarBorder": "#d7d2e0", | ||
| "sidebarRing": "#8a79ab", | ||
| "fontSans": "Geist, sans-serif", | ||
| "fontSerif": "\"Lora\", Georgia, serif", | ||
| "fontMono": "\"Fira Code\", \"Courier New\", monospace", | ||
| "radius": "0.5rem", | ||
| "spacing": "0.25rem", | ||
| "themeFontSize": null, | ||
| "themeScale": null, | ||
| "trackingNormal": "0em", | ||
| "shadow2xs": "1px 2px 5px 1px hsl(0 0% 0% / 0.03)", | ||
| "shadowXs": "1px 2px 5px 1px hsl(0 0% 0% / 0.03)", | ||
| "shadowSm": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 1px 2px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadow": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 1px 2px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowMd": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 2px 4px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowLg": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 4px 6px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowXl": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 8px 10px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadow2xl": "1px 2px 5px 1px hsl(0 0% 0% / 0.15)" | ||
| }, | ||
| "darkModeVariables": { | ||
| "background": "#1a1823", | ||
| "foreground": "#e0ddef", | ||
| "card": "#232030", | ||
| "cardForeground": "#e0ddef", | ||
| "popover": "#232030", | ||
| "popoverForeground": "#e0ddef", | ||
| "primary": "#a995c9", | ||
| "primaryForeground": "#1a1823", | ||
| "secondary": "#5a5370", | ||
| "secondaryForeground": "#e0ddef", | ||
| "muted": "#242031", | ||
| "mutedForeground": "#a09aad", | ||
| "accent": "#372e3f", | ||
| "accentForeground": "#f2b8c6", | ||
| "destructive": "#e57373", | ||
| "destructiveForeground": "#1a1823", | ||
| "success": null, | ||
| "border": "#302c40", | ||
| "input": "#2a273a", | ||
| "ring": "#a995c9", | ||
| "chart1": "#a995c9", | ||
| "chart2": "#f2b8c6", | ||
| "chart3": "#77b8a1", | ||
| "chart4": "#f0c88d", | ||
| "chart5": "#a0bbe3", | ||
| "sidebar": "#16141e", | ||
| "sidebarForeground": "#e0ddef", | ||
| "sidebarPrimary": "#a995c9", | ||
| "sidebarPrimaryForeground": "#1a1823", | ||
| "sidebarAccent": "#372e3f", | ||
| "sidebarAccentForeground": "#f2b8c6", | ||
| "sidebarBorder": "#2a273a", | ||
| "sidebarRing": "#a995c9", | ||
| "fontSans": "Geist, sans-serif", | ||
| "fontSerif": "\"Lora\", Georgia, serif", | ||
| "fontMono": "\"Fira Code\", \"Courier New\", monospace", | ||
| "radius": "0.5rem", | ||
| "spacing": null, | ||
| "themeFontSize": null, | ||
| "themeScale": null, | ||
| "trackingNormal": null, | ||
| "shadow2xs": "1px 2px 5px 1px hsl(0 0% 0% / 0.03)", | ||
| "shadowXs": "1px 2px 5px 1px hsl(0 0% 0% / 0.03)", | ||
| "shadowSm": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 1px 2px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadow": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 1px 2px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowMd": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 2px 4px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowLg": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 4px 6px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadowXl": "1px 2px 5px 1px hsl(0 0% 0% / 0.06), 1px 8px 10px 0px hsl(0 0% 0% / 0.06)", | ||
| "shadow2xl": "1px 2px 5px 1px hsl(0 0% 0% / 0.15)" | ||
| }, | ||
| "version": null, | ||
| "customCssImports": [], | ||
| "cardInfo": { | ||
| "name": "Amethyst Haze", | ||
| "summary": "Dreamy lavender theme from tweakcn — muted amethyst lead, dusty-rose accent, Geist and Lora type.", | ||
| "cardThumbnailURL": null, | ||
| "notes": null | ||
| } | ||
| }, | ||
| "meta": { | ||
| "adoptsFrom": { | ||
| "module": "@cardstack/base/detailed-style-reference", | ||
| "name": "default" | ||
| } | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.