xkit.json
Xkit Brand Identity
A complete profile of Xkit's visual system — colors, typography, components, and personality — extracted from https://xkit.co. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/xkit
- Machine-readable JSON: https://characterquilt.com/branding/xkit.json
Quick Facts
| Field | Value |
|---|---|
| Primary | #0066FF |
| Accent | #0066FF |
| Body Font | Arial |
| Heading Font | Arial |
Color Palette
- primary: #0066FF
- accent: #0066FF
- background: #F4F4F4
- textPrimary: #555555
- link: #0066FF
Typography
- primary: Arial — https://fonts.google.com/specimen/Arial
- heading: Arial — https://fonts.google.com/specimen/Arial
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Xkit Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Connecting with Apps
- Image:
- Source: https://docs.xkit.co/docs/connecting-with-apps-overview
- View of Tumblr's Xkit Guy, social media modding, and code as resistance | Transformative Works and Cultures
- GitHub - AprilSylph/XKit-Rewritten: 🧰 The enhancement suite for Tumblr's new web interface · GitHub
- Image:
- Source: https://github.com/AprilSylph/XKit-Rewritten
- new-xkit-extension on Tumblr
- Image:
- Source: https://www.tumblr.com/new-xkit-extension
- XKit Rewritten – Get this Extension for 🦊 Firefox (en-GB)
- Adding native integrations to your app with FusionAuth and Xkit
- Image:
- Source: https://fusionauth.io/blog/xkit-and-fusionauth
Working with these fonts
Not found on Google Fonts? Here’s a suggested flow for use:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and navigate to various sections to capture specific font weights.
- For each captured font URL, right-click → Save As to download the file locally.
- View the page's CSS and copy the relevant @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Arial",
"count": 14
},
{
"family": "sans-serif",
"count": 14
}
],
"colors": {
"primary": "#0066FF",
"accent": "#0066FF",
"background": "#F4F4F4",
"textPrimary": "#555555",
"link": "#0066FF"
},
"typography": {
"fontFamilies": {
"primary": "Arial",
"heading": "Arial"
},
"fontStacks": {
"body": [
"Arial",
"sans-serif"
],
"heading": [
"Arial",
"sans-serif"
],
"paragraph": [
"Arial",
"sans-serif"
]
},
"fontSizes": {
"h1": "32px",
"h2": "32px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {},
"images": {
"logo": null,
"favicon": null,
"ogImage": null
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "unknown"
},
"designSystem": {
"framework": "unknown",
"componentLibrary": ""
},
"confidence": {
"buttons": 0,
"colors": 0,
"overall": 0
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none",
"rawLogoSelection": {
"selectedLogoIndex": -1,
"selectedLogoReasoning": "LLM failed",
"confidence": 0
}
},
"buttonClassification": {
"llmCalled": false,
"llmSucceeded": false,
"error": "LLM call failed or returned fallback values"
}
}
}