blog.pckt.theme

pckt.blog

{
  "id": "blog.pckt.theme",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "light",
        "dark"
      ],
      "properties": {
        "dark": {
          "ref": "#palette",
          "type": "ref",
          "description": "Dark mode color palette"
        },
        "font": {
          "type": "string",
          "maxLength": 100,
          "description": "Font family name (optional)"
        },
        "light": {
          "ref": "#palette",
          "type": "ref",
          "description": "Light mode color palette"
        }
      },
      "description": "Theme configuration for a blog publication"
    },
    "palette": {
      "type": "object",
      "required": [
        "link",
        "text",
        "accent",
        "background",
        "surfaceHover"
      ],
      "properties": {
        "link": {
          "type": "string",
          "maxLength": 7,
          "description": "Link color (hex value)"
        },
        "text": {
          "type": "string",
          "maxLength": 7,
          "description": "Primary text color (hex value)"
        },
        "accent": {
          "type": "string",
          "maxLength": 7,
          "description": "Accent color (hex value)"
        },
        "background": {
          "type": "string",
          "maxLength": 7,
          "description": "Background color (hex value)"
        },
        "surfaceHover": {
          "type": "string",
          "maxLength": 7,
          "description": "Surface hover color (hex value)"
        }
      },
      "description": "Color palette with CSS hex values"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Theme record for blog publications with light and dark mode color schemes."
}

Validate Record

Validate a record against blog.pckt.theme

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:revjuqmkvrw6fnkxppqtszpv
CID
bafyreiads55av4i3rgaj5dj2a2c6xwyldr2gufcxn7pyququyuzkqxn42e
Indexed At
2026-01-09 12:37 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.theme

Version History (2 versions)

Lexicon Garden

@