-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.json
More file actions
46 lines (46 loc) · 1.44 KB
/
Copy paththeme.json
File metadata and controls
46 lines (46 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "FocusLock Charcoal",
"colors": {
"primary": "#dfbdb6",
"onPrimary": "#30201d",
"primaryContainer": "#40302d",
"onPrimaryContainer": "#f4dcd6",
"secondary": "#c8bcb8",
"onSecondary": "#2d2523",
"secondaryContainer": "#332b29",
"onSecondaryContainer": "#eee0dc",
"tertiary": "#b7cbbb",
"onTertiary": "#1f2d23",
"tertiaryContainer": "#29392e",
"onTertiaryContainer": "#d4e9d8",
"background": "#0d0d0f",
"onBackground": "#eee9e7",
"surface": "#0d0d0f",
"onSurface": "#eee9e7",
"surfaceVariant": "#353235",
"onSurfaceVariant": "#bbb4b1",
"surfaceDim": "#0d0d0f",
"surfaceBright": "#353235",
"surfaceContainerLowest": "#09090b",
"surfaceContainerLow": "#141416",
"surfaceContainer": "#1b1b1e",
"surfaceContainerHigh": "#232326",
"surfaceContainerHighest": "#2d2d31",
"outline": "#817977",
"outlineVariant": "#353235",
"error": "#f2b2ad",
"onError": "#421c1a",
"errorContainer": "#482725",
"onErrorContainer": "#ffdad6",
"success": "#b7cbbb",
"successContainer": "#29392e",
"warning": "#e5c58f",
"warningContainer": "#3e3320",
"inverseSurface": "#eee9e7",
"inverseOnSurface": "#302d2e",
"inversePrimary": "#77534c",
"scrim": "#000000"
},
"radii": { "small": 8, "medium": 12, "large": 20, "extraLarge": 24 },
"fontFamily": "\"Segoe UI\", Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif"
}