-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
143 lines (117 loc) · 6.68 KB
/
book.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"gitbook": "3.2.2",
"root": "./docs",
"title": "tw-themes",
"description": "powerful tailwind color themes (dynamically selectable at run-time)",
"author": "Kevin J. Bridges <[email protected]> (https://github.com/KevinAst)",
"structure": {
"readme": "intro.md",
"summary": "toc.md"
},
"plugins": [
"-livereload",
"-sharing",
"toolbar",
"folding-menu"
],
"pluginsConfig": {
"toolbar": {
"buttons": [
{
"label": "GitHub",
"icon": "fa fa-github",
"url": "https://github.com/KevinAst/tw-themes"
},
{
"label": "NPM",
"icon": "fa fa-bullseye",
"url": "https://www.npmjs.com/package/tw-themes"
}
]
},
"folding-menu": {
"animationDuration": 500,
"sticky": false
}
},
"variables": {
"guide": {
"intro": "[Introduction](/intro.md)",
"install": "[Install](/install.md)",
"start": "[Getting Started](/start.md)",
"seeItLive": "[See It Live](/seeItLive.md)",
"concepts": "[Concepts](/concepts.md)",
"contextColors": "[Context Colors](/concepts/contextColors.md)",
"contextColors$": "[Context Colors (Color Abstraction)](/concepts/contextColors.md)",
"contextColor": "[Context Color](/concepts/contextColors.md)",
"themes": "[Themes](/concepts/themes.md)",
"themes$": "[Themes (Real Colors)](/concepts/themes.md)",
"realColors": "[Real Colors](/concepts/themes.md)",
"pullItAllTogether": "[Pulling it all together](/concepts/pullTogether.md)",
"pullTheseTwoAspectsTogether": "[pull these two aspects together](/concepts/pullTogether.md)",
"contextColorShades": "[Context Color Shades](/concepts/shades.md)",
"colorShading": "[Color Shading](/concepts/shades.md)",
"shadeInversion": "[Shade Inversion](/concepts/shadeInversion.md)",
"invertYourColorShades": "[invert your color shades](/concepts/shadeInversion.md)",
"darkMode": "[Dark Mode](/concepts/darkMode.md)",
"darkTheme": "[Dark Theme](/concepts/darkMode.md)",
"colorSystems": "[Color Systems](/concepts/colorSystems.md)",
"colorSystem": "[Color System](/concepts/colorSystems.md)",
"appState": "[App State](/concepts/appState.md)",
"aNoteOnAppState": "[A Note on App State](/concepts/appState.md)",
"TwThemesReactivity": "[TwThemes Reactivity](/concepts/reactivity.md)",
"aNoteOnTwThemesReactivity": "[A Note on TwThemes Reactivity](/concepts/reactivity.md)",
"aNoteOnESModulesInTailwindConfiguration": "[A Note on ES Modules in Tailwind Configuration](/concepts/esModules.md)",
"howDoItKnow": "[How do it know?](/concepts/how.md)"
},
"api": {
"api": "[API](/api.md)",
"initTwThemes": "[`initTwThemes()`](/api/initTwThemes.md)",
"initTwThemes$": "[`initTwThemes(schema, themes, [initialThemeName], [initialInvertShade]): TwThemes`](/api/initTwThemes.md)",
"TwThemes": "[`TwThemes`](/api/TwThemes.md)",
"activateTheme": "[`activateTheme()`](/api/TwThemes/activateTheme.md)",
"activateTheme$": "[`activateTheme({[themeName], [invertShade]}): [activeThemeName, activeInvertShade]`](/api/TwThemes/activateTheme.md)",
"activateNextTheme": "[`activateNextTheme()`](/api/TwThemes/activateNextTheme.md)",
"activateNextTheme$": "[`activateNextTheme(): activeThemeName`](/api/TwThemes/activateNextTheme.md)",
"activatePriorTheme": "[`activatePriorTheme()`](/api/TwThemes/activatePriorTheme.md)",
"activatePriorTheme$": "[`activatePriorTheme(): activeThemeName`](/api/TwThemes/activatePriorTheme.md)",
"toggleInvertShade": "[`toggleInvertShade()`](/api/TwThemes/toggleInvertShade.md)",
"toggleInvertShade$": "[`toggleInvertShade(): activeInvertShade`](/api/TwThemes/toggleInvertShade.md)",
"getThemes": "[`getThemes()`](/api/TwThemes/getThemes.md)",
"getThemes$": "[`getThemes(): Theme[]`](/api/TwThemes/getThemes.md)",
"getActiveThemeName": "[`getActiveThemeName()`](/api/TwThemes/getActiveThemeName.md)",
"getActiveThemeName$": "[`getActiveThemeName(): activeThemeName`](/api/TwThemes/getActiveThemeName.md)",
"getActiveInvertShade": "[`getActiveInvertShade()`](/api/TwThemes/getActiveInvertShade.md)",
"getActiveInvertShade$": "[`getActiveInvertShade(): activeInvertShade`](/api/TwThemes/getActiveInvertShade.md)",
"colorConfig": "[`colorConfig()`](/api/TwThemes/colorConfig.md)",
"colorConfig$": "[`colorConfig(): TwColors`](/api/TwThemes/colorConfig.md)",
"Schema": "[`Schema`](/api/Schema.md)",
"Themes": "[`Themes`](/api/Themes.md)",
"Theme": "[`Theme`](/api/Themes.md)",
"TwColors": "[`TwColors`](/api/TwColors.md)"
},
"misc": {
"history": "[Revision History](/history.md)",
"LICENSE": "[MIT License](/LICENSE.md)"
},
"ext": {
"tailwindcss": "[tailwindcss](https://tailwindcss.com/)",
"snfGithub": "[svelte-native-forms](https://github.com/KevinAst/svelte-native-forms)",
"snfDemoApp": "[demo app](https://svelte-native-forms.js.org/app/)",
"snf_colorTheme_js": "[`src/layout/colorTheme.js`](https://github.com/KevinAst/svelte-native-forms/blob/main/src/layout/colorTheme.js)",
"snf_ThemeSelector_svelte": "[`src/layout/ThemeSelector.svelte`](https://github.com/KevinAst/svelte-native-forms/blob/main/src/layout/ThemeSelector.svelte)",
"snf_ThemeInversionSelector_svelte": "[`src/layout/ThemeInversionSelector.svelte`](https://github.com/KevinAst/svelte-native-forms/blob/main/src/layout/ThemeInversionSelector.svelte)",
"snf_tailwind_config_js": "[`tailwind.config.js`](https://github.com/KevinAst/svelte-native-forms/blob/main/tailwind.config.js)",
"KISS": "[KISS Principle](https://en.wikipedia.org/wiki/KISS_principle)",
"cssVars": "[CSS Custom Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)",
"svelte": "[Svelte](https://svelte.dev/)",
"Material": "[Material](https://material.io/design/color)",
"IBM": "[IBM](https://www.ibm.com/design/language/color/)",
"OpenColor": "[Open Color](https://yeun.github.io/open-color/)",
"MaterialIOColorConfigTool": "[Material IO Color Config Tool](https://material.io/resources/color)",
"ColorTheory": "[Color theory and the color wheel](https://www.canva.com/colors/color-wheel/)",
"ColorCalculator": "[Color Calculator](https://www.sessions.edu/color-calculator/)",
"inLikeFlynn": "[in like flynn](https://en.wikipedia.org/wiki/In_like_Flynn)"
}
}
}