-
Notifications
You must be signed in to change notification settings - Fork 24
🎨 Adopt dark-only theme aligned with axone.xyz #730
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Comment |
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.
| Device | URL |
|---|---|
| desktop | http://localhost:3000/ |
| Device | URL |
|---|---|
| mobile | http://localhost:3000/ |
Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead
49cfc28 to
41f6ef7
Compare
AnjaMis
left a comment
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.
Looks great!
…nd typography Co-authored-by: ccamel <9574336+ccamel@users.noreply.github.com>
41f6ef7 to
8b4e8a8
Compare
ccamel
left a comment
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.
Awesome 👍
This PR implements a comprehensive dark-only theme for the Axone Protocol documentation site, ensuring visual consistency with the main axone.xyz website.
Key Changes
Theme Configuration
colorMode.defaultModeto'dark'indocusaurus.config.js'light'to'dark'for consistencyvsDarktheme for both light and dark modesTypography Implementation
Color Palette
Implemented the complete axone.xyz color palette as CSS custom properties:
#191716#d9d9d9#959595#ff773d#044da2#13ce66#00ff95#661d1dComprehensive Styling Updates
src/scss/custom.scsswith dark-only CSS variablesVisual Results
The documentation now presents a cohesive dark theme experience:
Homepage with new dark theme:

Documentation pages showing consistent styling:

Testing & Quality Assurance
The implementation provides a professional, cohesive dark theme that enhances the user experience while maintaining perfect alignment with the Axone brand identity.
Fixes #729.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.