architect/_archive/2025-11-26-cleanup/cifra/08_UI_AND_THEMES.md

CIFRA — UI и темы

Версия: 2.0.0
Дата: 2025-11-10


Theme System

theme:
  name: material

  colors:
    primary: "#3f51b5"
    secondary: "#ff4081"
    success: "#4caf50"
    error: "#f44336"
    warning: "#ff9800"
    info: "#2196f3"

  typography:
    font_family: "Roboto, sans-serif"
    heading_size: 24px
    body_size: 14px

  layout:
    sidebar_position: left
    sidebar_collapsible: true
    max_width: 1200px

Design Tokens

{
  "spacing": {
    "xs": "4px",
    "sm": "8px",
    "md": "16px",
    "lg": "24px",
    "xl": "32px"
  },
  "border_radius": {
    "sm": "2px",
    "md": "4px",
    "lg": "8px"
  }
}

50+ UI компонентов

Forms

Data Display

Feedback


Responsive Design

breakpoints:
  xs: 320px
  sm: 640px
  md: 768px
  lg: 1024px
  xl: 1280px

Следующий документ: MODULES_AND_PLUGINS.md →