emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/autothemer 6ecef819a5 6/7: Update readme.md


From: ELPA Syncer
Subject: [nongnu] elpa/autothemer 6ecef819a5 6/7: Update readme.md
Date: Tue, 23 Aug 2022 05:58:14 -0400 (EDT)

branch: elpa/autothemer
commit 6ecef819a5f701c09203dfdc4ef1b143882ba75c
Author: Jason Milkins <jasonm23@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Update readme.md
---
 readme.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 88866cebc2..e7bac0b975 100644
--- a/readme.md
+++ b/readme.md
@@ -211,7 +211,22 @@ theme before use.
 
 Since version 0.2.8 you can generate a SVG image of a theme palette. (see this 
example for the [Sakura 
theme](https://raw.githubusercontent.com/emacsfodder/emacs-theme-sakura/master/sakura.svg))
 
-Using `autothemer-generate-palette-svg` interactively, emacs will ask for the 
relevant parameters required.  You can use an `options` ~~hash~~ `plist` to 
provide some or all of the required options.
+Using `autothemer-generate-palette-svg` interactively, emacs will ask for the 
relevant parameters required.  You can use `options` (a `plist`) to provide 
some or all of the required options. 
+
+For example:
+
+```
+(autothemer-generate-palette-svg 
+'(:theme-file "orangey-bits-theme.el"
+  :svg-out-file "test.svg"
+  :bg-color "#190700"
+  :text-color "#FFE0C0"
+  :text-accent-color "#90776C"
+  :swatch-height 160
+  :swatch-width 120
+  :theme-name "Orangey Bits"
+  :font-family "Helvetica Neue"))
+```
 
 #### autothemer-generate-palette-svg options
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]