branch: elpa/autothemer
commit d47f7b5ba7caef72dc2ea8f8f3cf9b3e30c63b10
Author: jasonm23 <[email protected]>
Commit: jasonm23 <[email protected]>
Update images links and refresh copyright header.
---
README.md | 16 +++++++++++-----
autothemer.el | 4 ++--
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 59eaf548b6..39466081d2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ We've added new things to AutoThemer in recent weeks:
- [Generate a cool SVG Palette image](#generate-a-svg-image-of-the-palette)
Generate a cool SVG Palette image [like this
one...](https://raw.githubusercontent.com/emacsfodder/emacs-theme-orangey-bits/master/palette.svg)
- [Select colors from the theme in
development](#select-colors-from-the-palette) Select, and insert a palette
color name, or it's color value.
- [Colorize palette color names](#colorize-color-names-from-the-palette)
-- [`autothemer-let-palette`](#let-palette)
+- [Autothemer-let-palette macro](#let-palette)
- [Generate missing specs, updated to allow
filtering](#auto-generating-missing-specs)
## Overview
@@ -225,7 +225,7 @@ executing it.
The palette color values will autocomplete, and you can check the palette
with `M-x macrostep-expand`(place the cursor to the left of the macro call.)
-
+
### Colorize color-names from the palette
@@ -237,12 +237,12 @@ M-x autothemer-colorize
```
For example, with [Soothe
Theme](https://github.com/emacsfodder/emacs-soothe-theme) viewing
`soothe-tva.el`:
-
+
For even more feedback, install and use the excellet
[Fontify-Face](https://github.com/Fuco1/fontify-face) so you
can see the current face definitions too.
-
+
In these images `rainbow-mode` is also swiched on, so we can see hex colors
and system palette names colorized.
@@ -316,7 +316,6 @@ For example:
##### :page-template and :swatch-template
-
For advanced customization the options `:page-template` and `:swatch-template`,
can supplied as customized SVG templates.
@@ -388,6 +387,13 @@ The builtin swatch template:
</g>
```
+#### SVG palette templates in the Wiki
+
+I'll add some more palette SVG templates in the Wiki, link to any more you
create there too. I think gists are a good way to share them.
+
+[Wiki page here](/jasonm23/autothemer/wiki/Palette-SVG-Templates)
+
+
# TVA
Theme Variance Architecture is the pattern used in the Gruvbox theme for
creating theme variants.
diff --git a/autothemer.el b/autothemer.el
index a283e65389..6bf5d5f45e 100644
--- a/autothemer.el
+++ b/autothemer.el
@@ -1,8 +1,8 @@
;;; autothemer.el --- Conveniently define themes -*- lexical-binding: t -*-
;;
-;; Author: Sebastian Sturm
+;; Authors: Sebastian Sturm, Jason Milkins
;;
-;; Copyright 2015-2022 Sebastian Sturm
+;; Copyright 2015-2022 Sebastian Sturm, Jason Milkins
;;
;; Maintainer: Jason Milkins <[email protected]>
;;