elpasync pushed a change to branch elpa/autothemer. from 96ca493b9f Rename theme-example.el to autothemer-tests.el new e0b1c2c0ad Add autothemer-let-palette new aa63d8cd5e Add github test workflow and tests. Fail expected due to display type. new 04a4fad366 Make sure package dash is available. new b1124883ef +x bin/setup new 726d5b99bb Only supporting 26.1 and above new 5d7ae3a0be Rainbow mode: Colorize names from palette new 0d39a92d90 Fix naming of README.md new 55db54a2ef User parameters added for SVG generator new c6167daa05 Name test workflow new 2b55532e0a Fix test runner new 1739b0b883 Add badges for MELPA new 8609781ce4 Update README.md new f4ab56f44f Structural change v-stacking new 9fe64dd3cd Page placement looks better, needs polishing new 12dbb2e605 Merge branch 'master' into develop new a528436677 0.2.10 new b0df7578fc Additional parameters for svg generator. new f75f205182 Update README.md new 9bde5000f4 CONTRIBUTING.md new 0b558a7cab Update autothemer.el new 67224c4a4c Fix test run new 882fd8f7bb Update README, bin/test & SVG swatch sort hue-sat new 77ad2ec093 Trigger actions for pushes to master, or PRs new cd7c3e7dd4 Add CONTRIBUTING to README new 180143b7fe Add NEWS to README new b06eb4ef6b Update using Autothemer list (README) new 1bc52d721d Add issue templates new 97f7276eb1 Merge Pull request #23 from develop new f3a23b4b6d Image moved to images branch
Summary of changes: .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 90 +++++++++ .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 55 ++++++ .github/ISSUE_TEMPLATE/config.yml | 1 + .github/workflows/test.yml | 33 ++++ CONTRIBUTING.md | 38 ++++ readme.md => README.md | 189 ++++++++++++------ autothemer-select-color-01.png | Bin 1322571 -> 0 bytes autothemer.el | 295 +++++++++++++++++++++++------ bin/setup | 21 ++ bin/test | 40 ++++ tests/autothemer-tests.el | 214 +++++++++++++++++---- 11 files changed, 823 insertions(+), 153 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/BUG-REPORT.yml create mode 100644 .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/workflows/test.yml create mode 100644 CONTRIBUTING.md rename readme.md => README.md (64%) delete mode 100644 autothemer-select-color-01.png create mode 100755 bin/setup create mode 100755 bin/test