Github theme for SXO Design System.
npm install @sxo/theme-githubGitHub style theme for the SXO design system. A clean, collaborative, and familiar aesthetic.
---
@sxo/theme-github brings the familiar look and feel of the GitHub interface to your SXO application, focusing on clarity, simplicity, and great typography.
- 🐙 familiar UI: Replicates the clean visual language of GitHub.
- 🌫️ Precise Grayscale: Carefully picked neutral tones for borders and secondary backgrounds.
- 📈 Productivity Focused: Minimalist design that puts content first.
- 🧩 Universal: Seamlessly works with all SXO framework adaptors.
``bash`
pnpm add @sxo/theme-github
`typescript
import { createSxo } from '@sxo/vue';
import githubTheme from '@sxo/theme-github';
app.use(createSxo({
tokens: githubTheme
}));
``
MIT License.