lightberry.json
Lightberry Brand Identity
A complete profile of Lightberry's visual system — colors, typography, components, and personality — extracted from https://lightberry.com. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/lightberry
- Machine-readable JSON: https://characterquilt.com/branding/lightberry.json
- Per-page llms.txt: https://characterquilt.com/branding/lightberry/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #180A06 |
| Accent | #F8D588 |
| Body Font | Times New Roman |
| Heading Font | Times New Roman |
Color Palette
- primary: #180A06
- secondary: #FAEDE6
- accent: #F8D588
- background: #FFFDF6
- textPrimary: #000000
- link: #F8D588
Typography
- primary: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
- heading: Times New Roman — https://fonts.google.com/specimen/Times+New+Roman
Visual Assets
- Favicon:
- Social card (og:image):
Brand Personality
Tone: professional · Energy: medium · Audience: unknown
Lightberry Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Lightberry · GitHub
- Image:
- Source: https://github.com/LightberryEu
- How To Setup & Configure Lightberry HD With Hyperion & HyperCon
- Lightberry | LinkedIn
- Image:
- Source: https://www.linkedin.com/company/lightberryinc
- Howto: Lightberry (GPIO) - HowTo - OSMC Forums
- Image:
- Source: https://discourse.osmc.tv/t/howto-lightberry-gpio/6444
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Figtree",
"count": 14
},
{
"family": "sans-serif",
"count": 14
},
{
"family": "Times New Roman",
"count": 12
},
{
"family": "Azeret Mono",
"count": 10
},
{
"family": "monospace",
"count": 10
}
],
"colors": {
"primary": "#180A06",
"secondary": "#FAEDE6",
"accent": "#F8D588",
"background": "#FFFDF6",
"textPrimary": "#000000",
"link": "#F8D588"
},
"typography": {
"fontFamilies": {
"primary": "Times New Roman",
"heading": "Times New Roman"
},
"fontStacks": {
"body": [
"Times New Roman"
],
"heading": [
"Times New Roman"
],
"paragraph": [
"Figtree",
"sans-serif"
]
},
"fontSizes": {
"h1": "24px",
"h2": "24px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {},
"images": {
"logo": null,
"favicon": "https://lightberry.com/assets/images/favicon.png?v=410c47e6",
"ogImage": "https://lightberry.com/assets/images/share.jpg?v=410c47e6"
},
"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"
}
}
}