@diagrammo/dgmo 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,8 +50,8 @@ dgmo diagram.dgmo --theme dark --palette catppuccin
50
50
 
51
51
  | Option | Values | Default |
52
52
  |---|---|---|
53
- | `--theme` | `light`, `dark`, `transparent` | `light` |
54
- | `--palette` | `nord`, `solarized`, `catppuccin`, `rose-pine`, `gruvbox`, `tokyo-night`, `one-dark`, `bold` | `nord` |
53
+ | --theme | light, dark, transparent | light |
54
+ | --palette | nord, solarized, catppuccin, rose-pine, gruvbox, tokyo-night, one-dark, bold | nord |
55
55
 
56
56
  ## How it works
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diagrammo/dgmo",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "DGMO diagram markup language — parser, renderer, and color system",
5
5
  "license": "MIT",
6
6
  "type": "module",