{
  "$schema": "./theme.schema.json",
  "meta": {
    "name": "Dark",
    "identifier": "dark",
    "description": "Default dark theme for Readme Framework",
    "version": "1.0.0",
    "author": "Readme Framework Team"
  },
  "properties": {
    "isDark": true,
    "baseTheme": "default",
    "colorScheme": {
      "primary": "#3a86ff",
      "secondary": "#8338ec",
      "background": "#121212",
      "surface": "#1e1e1e",
      "error": "#ff5a5f",
      "success": "#06d6a0",
      "warning": "#ffbe0b",
      "text": {
        "primary": "rgba(255, 255, 255, 0.87)",
        "secondary": "rgba(255, 255, 255, 0.6)",
        "disabled": "rgba(255, 255, 255, 0.38)"
      }
    },
    "typography": {
      "fontFamily": "'Inter', system-ui, sans-serif",
      "fontScale": 1.0
    },
    "elevation": {
      "levels": 8,
      "opacity": 0.15
    },
    "roundedCorners": true,
    "animation": {
      "duration": "300ms",
      "easing": "cubic-bezier(0.4, 0, 0.2, 1)"
    }
  },
  "extensions": {
    "syntaxHighlighting": "dracula",
    "iconVariant": "filled"
  }
}