Backfill in-progress. Some lexicons and records may be missing or incomplete.

site.standard.theme.basic

standard.site

Documentation

main object

A simplified theme definition for publications, providing basic color customization for content display across different platforms and applications.

Properties

View raw schema
{
  "type": "object",
  "required": [
    "background",
    "foreground",
    "accent",
    "accentForeground"
  ],
  "properties": {
    "accent": {
      "refs": [
        "site.standard.theme.color#rgb"
      ],
      "type": "union",
      "description": "Color used for links and button backgrounds."
    },
    "background": {
      "refs": [
        "site.standard.theme.color#rgb"
      ],
      "type": "union",
      "description": "Color used for content background."
    },
    "foreground": {
      "refs": [
        "site.standard.theme.color#rgb"
      ],
      "type": "union",
      "description": "Color used for content text."
    },
    "accentForeground": {
      "refs": [
        "site.standard.theme.color#rgb"
      ],
      "type": "union",
      "description": "Color used for button text."
    }
  },
  "description": "A simplified theme definition for publications, providing basic color customization for content display across different platforms and applications."
}

Lexicon Garden

@