Skip to content

Instantly share code, notes, and snippets.

View abdokouta's full-sized avatar

Pixiedia, Inc. abdokouta

View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://console-framework.com/theme.schema.json",
"title": "Console Framework Theme Configuration with Inheritance",
"description": "A comprehensive theme configuration schema for the Console Framework, inspired by Tailwind CSS, with proper inheritance support",
"type": "object",
"required": ["name", "description", "version"],
"properties": {