Go to file
2017-02-11 17:55:25 -07:00
assets Adding a README and previews. 2016-11-26 23:53:50 -07:00
src Adding eslint and using default color set for tests. 2017-01-06 21:39:32 -07:00
.babelrc Initial commit. 2016-11-26 19:26:42 -07:00
.editorconfig Initial commit. 2016-11-26 19:26:42 -07:00
.eslintrc.json Adding eslint and using default color set for tests. 2017-01-06 21:39:32 -07:00
.gitignore Initial commit. 2016-11-26 19:26:42 -07:00
.npmignore Preparing for publish. 2016-11-28 11:27:28 -07:00
.travis.yml Setting up Travis. 2017-01-23 19:08:43 -07:00
package.json Updating peer dependency version and version bump. 2017-02-11 17:55:25 -07:00
README.md Adding build badge to readme. 2017-01-23 19:10:04 -07:00
yarn.lock Adding eslint and using default color set for tests. 2017-01-06 21:39:32 -07:00

themer-wallpaper-octagon Travis

A wallpaper template for themer.

Installation & usage

Install this module wherever you have themer installed:

yarn add themer-wallpaper-octagon

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

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

themer-wallpaper-octagon will generate SVG and PNG wallpapers to the output directory (gen/ in this example).

Default resolutions

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

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

Custom resolutions

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

--themer-wallpaper-octagon-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-octagon --themer-wallpaper-octagon-size 1024x768 --themer-wallpaper-octagon-size 320x960 -o gen

Previews

The following are rendered using themer's default color set (mjswensen/themer-colors-default) and the default resolutions:

dark desktop light desktop dark device light device