themer/cli/packages/themer-wallpaper-diamonds
2020-02-08 21:32:29 -07:00
..
assets Add diamonds wallpaper 2020-02-08 21:28:42 -07:00
lib Add diamonds wallpaper 2020-02-08 21:28:42 -07:00
.gitignore Add diamonds wallpaper 2020-02-08 21:28:42 -07:00
.yarnrc Add diamonds wallpaper 2020-02-08 21:28:42 -07:00
package.json Add diamonds wallpaper 2020-02-08 21:28:42 -07:00
README.md Add previews to readme 2020-02-08 21:32:29 -07:00

themer-wallpaper-diamonds

A wallpaper template for themer. Here's a preview rendered using the themer-colors-finger-paint color set:

desktop dark

desktop light

Installation & usage

Install this module wherever you have themer installed:

npm install themer-wallpaper-diamonds

Then pass themer-wallpaper-diamonds as a -t (--template) arg to themer:

themer -c my-colors.js -t themer-wallpaper-diamonds -o gen

themer-wallpaper-diamonds will generate SVG wallpapers to the output directory (gen/ in this example). (You can then convert them to a bitmap format, if necessary, using Chrome or other tools.)

Default resolutions

By default, themer-wallpaper-diamonds will output wallpapers at the following sizes:

  • 2880 by 1800 (desktop)
  • 750 by 1334 (device)

Custom resolutions

themer-wallpaper-diamonds adds the following argument to themer:

--themer-wallpaper-diamonds-size

to which you would pass <width>x<height>. For example, to forego the default resolutions and generate two wallpapers, one 1024 by 768 and one 320 by 960:

themer -c my-colors.js -t themer-wallpaper-diamonds --themer-wallpaper-diamonds-size 1024x768 --themer-wallpaper-diamonds-size 320x960 -o gen