Sha256: 54dfd8bd6e8297e011a80b54e72fec851242fc8e710285d3d3f241d435b787e6

Contents?: true

Size: 833 Bytes

Versions: 2

Compression:

Stored size: 833 Bytes

Contents

{
  "name": "BrandTheme",
  "version": "1.0.0",
  "colors": {
    "primary": "#007AFF",
    "secondary": "#5AC8FA",
    "background": "#FFFFFF",
    "surface": "#F2F2F7",
    "error": "#FF3B30",
    "onPrimary": "#FFFFFF",
    "onSecondary": "#000000",
    "onBackground": "#000000",
    "onSurface": "#000000",
    "onError": "#FFFFFF"
  },
  "typography": {
    "fontFamily": {
      "regular": "Roboto",
      "medium": "Roboto-Medium",
      "bold": "Roboto-Bold"
    },
    "fontSize": {
      "small": 12,
      "medium": 16,
      "large": 20,
      "extraLarge": 24
    }
  },
  "spacing": {
    "small": 8,
    "medium": 16,
    "large": 24,
    "extraLarge": 32
  },
  "borderRadius": {
    "small": 4,
    "medium": 8,
    "large": 12
  },
  "elevation": {
    "none": 0,
    "low": 2,
    "medium": 4,
    "high": 8
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solara-0.2.0 solara/lib/core/template/brands/shared/theme.json
solara-0.1.0 solara/lib/core/template/brands/shared/theme.json