a tool for shared writing and social publishing
1{
2 "defs": {
3 "main": {
4 "properties": {
5 "accent": {
6 "refs": [
7 "site.standard.theme.color#rgb"
8 ],
9 "type": "union"
10 },
11 "accentForeground": {
12 "refs": [
13 "site.standard.theme.color#rgb"
14 ],
15 "type": "union"
16 },
17 "background": {
18 "refs": [
19 "site.standard.theme.color#rgb"
20 ],
21 "type": "union"
22 },
23 "foreground": {
24 "refs": [
25 "site.standard.theme.color#rgb"
26 ],
27 "type": "union"
28 }
29 },
30 "required": [
31 "background",
32 "foreground",
33 "accent",
34 "accentForeground"
35 ],
36 "type": "object"
37 }
38 },
39 "id": "site.standard.theme.basic",
40 "lexicon": 1
41}