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"
        },
        "transparency": {
          "type": "integer",
          "maximum": 100,
          "minimum": 0,
          "description": "Content background transparency percentage (optional)"
        }
      },
      "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
bafyreibteqzsgqijixc7pxo7buzt4d2fbyybt3a65ycleaq5abdwpruuwi
Indexed At
2026-02-13 13:45 UTC
AT-URI
at://did:plc:revjuqmkvrw6fnkxppqtszpv/com.atproto.lexicon.schema/blog.pckt.theme

Lexicon Garden

@