diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-18 10:50:18 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-18 10:50:18 -0500 |
| commit | efd2e551dd727153463d22bd91d5cbe5484e7c3f (patch) | |
| tree | 919ae62ef4cb4982baf521649179c3fcb0037354 /docs/prototypes/gallery-widget.el | |
| parent | b0db5e842d93564b1cb2e4b142ba0a0de1843fbd (diff) | |
| download | archsetup-efd2e551dd727153463d22bd91d5cbe5484e7c3f.tar.gz archsetup-efd2e551dd727153463d22bd91d5cbe5484e7c3f.zip | |
refactor(gallery): rename GW namespace to DUPRE, kit to The Dupre Kit
The gallery and its library are now The Dupre Kit, named for the dupre color theme. GW was too opaque to remember. The stylesheet id is now dupre-css, the card handle property is .dupre, and page prose says instrument instead of widget. File names stay put. Renaming them is a separate decision.
Historical log entries in todo.org keep their GW references as a record.
Diffstat (limited to 'docs/prototypes/gallery-widget.el')
| -rw-r--r-- | docs/prototypes/gallery-widget.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/prototypes/gallery-widget.el b/docs/prototypes/gallery-widget.el index 1c96f45..5d69148 100644 --- a/docs/prototypes/gallery-widget.el +++ b/docs/prototypes/gallery-widget.el @@ -85,7 +85,7 @@ bottom center, 40px needle sweeping -60..+60 degrees, readout below." svg (dom-node 'defs nil (dom-node 'filter - '((id . "gw-glow") (x . "-75%") (y . "-75%") + '((id . "dupre-glow") (x . "-75%") (y . "-75%") (width . "250%") (height . "250%")) (dom-node 'feGaussianBlur '((in . "SourceGraphic") @@ -119,7 +119,7 @@ bottom center, 40px needle sweeping -60..+60 degrees, readout below." :stroke-width "4" :stroke-linecap "round" :opacity "0.55" - :filter "url(#gw-glow)") + :filter "url(#dupre-glow)") (gallery-widget--node svg 'line :class "needle" :x1 (gallery-widget--fmt cx) |
