-
Notifications
You must be signed in to change notification settings - Fork 369
feat(themes): Add shadcn theme #6322
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
alexcarpenter
merged 23 commits into
main
from
alexcarpenter/user-2373-expose-shadcn-theme-from-clerkthemes
Jul 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3a789b4
feat(themes): Add shadcn theme
alexcarpenter a754749
draft changeset
alexcarpenter ffdbaf6
add variables
alexcarpenter f372013
remove borderRadius
alexcarpenter c4d3803
Merge branch 'main' into alexcarpenter/user-2373-expose-shadcn-theme-…
alexcarpenter bedb070
use colorMutedForeground for nav links
alexcarpenter 6080472
update vars
alexcarpenter 9fbc4e7
updates
alexcarpenter 365d489
rename cssLayerName to components
alexcarpenter e511713
hide button overlay
alexcarpenter 46cba11
Update shadcn.ts
alexcarpenter 781b867
Merge branch 'main' into alexcarpenter/user-2373-expose-shadcn-theme-…
alexcarpenter ed4f6e6
remove CSS layer name
alexcarpenter f6cc7d0
feat(clerk-js): Add `cssLayerName` option to `experimental_createThem…
alexcarpenter 80671d6
remove log
alexcarpenter de43a5d
add more test cases
alexcarpenter 6b43103
Revert "remove log"
alexcarpenter 21e4e6d
remove log
alexcarpenter 72eea01
revert NavButton changes
alexcarpenter 3071fb6
add changeset
alexcarpenter dc32dbd
Merge branch 'main' into alexcarpenter/user-2373-expose-shadcn-theme-…
alexcarpenter 6b94eef
Add font weight variables and refine button selector
alexcarpenter e7275b5
Merge branch 'main' into alexcarpenter/user-2373-expose-shadcn-theme-…
alexcarpenter 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
use colorMutedForeground for nav links
- Loading branch information
commit bedb0700535c32ee293d2383bad471b899d433ad
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a change I think we should make. We have a secondary text color that should be used over the neutralAlpha + opacity which currently doesn't have enough contrast in my opinion. This update looks much better in practice.