agave-generator 0.2.4 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,9 +59,19 @@ agave --help
|
|
|
59
59
|
Simply pass the -t argument and the theme name
|
|
60
60
|
|
|
61
61
|
```console
|
|
62
|
-
agave -t
|
|
62
|
+
agave -t arrakis
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
Available themes:
|
|
66
|
+
|
|
67
|
+
- **arrakis** - Deep desert, spice orange and warm ochre on dark sand
|
|
68
|
+
- **caladan** - Ocean world, lush blues and greens
|
|
69
|
+
- **giediprime** - Black and white minimalist, stark industrial
|
|
70
|
+
- **ix** - 90s cyberdelia, neon on dark
|
|
71
|
+
- **salusasecundus** - Brutalist, raw concrete with heavy type
|
|
72
|
+
- **spice** - Psychedelic melange, molten oranges and gold shimmer
|
|
73
|
+
- **randomphoto** - Random cover photo with a light palette
|
|
74
|
+
|
|
65
75
|
## Full Customization
|
|
66
76
|
|
|
67
77
|
If you didn't find a theme for you you can add any base HTML and CSS you would like.
|