RawGit -> jsDelivr

This commit is contained in:
Matt Swensen 2018-10-10 20:58:50 -06:00
parent a186c85857
commit cb2efbeebe
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
9 changed files with 15 additions and 15 deletions

@ -1,6 +1,6 @@
<p align="center">
<a href="https://themer.mjswensen.com">
<img src="https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/icon.png" width="256" height="256" alt="Themer application icon" />
<img src="https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/assets/icon.png" width="256" height="256" alt="Themer application icon" />
</a>
</p>
@ -8,7 +8,7 @@
`themer` takes a set of colors and generates [editor themes](#editorsides), [terminal themes](#terminals), [themes for other apps](#other), and [desktop/device wallpapers](#wallpapers).
![visual description](https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/themer-description.png)
![visual description](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/assets/themer-description.png)
## Table of Contents
@ -83,7 +83,7 @@ npm run build
Now check the `gen/` folder for your generated themes. Here's the result:
![example usage result](https://cdn.rawgit.com/mjswensen/themer/7de158b8/assets/example-usage.png)
![example usage result](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/assets/example-usage.png)
## Themer color sets

@ -2,7 +2,7 @@
An [Alfred.app](https://www.alfredapp.com/) theme generator for [themer](https://github.com/mjswensen/themer).
![themer Alfred preview](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-alfred/assets/themer-alfred-preview.png)
![themer Alfred preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-alfred/assets/themer-alfred-preview.png)
(Generated with [themer's "Polar Ice" color set](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-polar-ice) and shown with [themer's "Triangles" wallpaper template](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-wallpaper-triangles).)

@ -2,7 +2,7 @@
A [themer](https://github.com/mjswensen/themer) color set based on the [Lucidchart editor](https://lucidchart.com/demo).
![Preview](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-colors-lucid/assets/preview.png)
![Preview](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-colors-lucid/assets/preview.png)
## Installation & usage

@ -4,11 +4,11 @@ A chilly color set for [themer](https://github.com/mjswensen/themer).
Here's an example of `themer-colors-polar-ice` in [vim](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-vim) and [iTerm](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-iterm):
![Preview - dark](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-dark.png)
![Preview - dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-dark.png)
And the light variant in [Sublime Text](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-sublime-text):
![Preview - light](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-light.png)
![Preview - light](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-colors-polar-ice/assets/themer-colors-polar-ice-light.png)
## Installation & usage

@ -2,8 +2,8 @@
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview rendered using themer's default color set ([themer-colors-default](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default)):
![desktop dark](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-block-wave/assets/desktop-dark.svg)
![desktop light](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-block-wave/assets/desktop-light.svg)
![desktop dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-block-wave/assets/desktop-dark.svg)
![desktop light](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-block-wave/assets/desktop-light.svg)
## Installation & usage

@ -2,8 +2,8 @@
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview rendered using themer's default color set ([themer-colors-default](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default)):
![desktop dark](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-octagon/assets/desktop-dark.svg)
![desktop light](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-octagon/assets/desktop-light.svg)
![desktop dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-octagon/assets/desktop-dark.svg)
![desktop light](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-octagon/assets/desktop-light.svg)
## Installation & usage

@ -2,8 +2,8 @@
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview rendered using the ([themer-colors-monkey](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-monkey)) color set:
![desktop dark](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-shirts/assets/desktop-dark.svg)
![desktop light](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-shirts/assets/desktop-light.svg)
![desktop dark](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-shirts/assets/desktop-dark.svg)
![desktop light](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-shirts/assets/desktop-light.svg)
## Installation & usage

@ -2,7 +2,7 @@
A wallpaper template for [themer](https://github.com/mjswensen/themer). Here's a preview using [themer's default color set](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default):
![dark desktop](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-triangles/assets/desktop-dark.svg)
![dark desktop](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-triangles/assets/desktop-dark.svg)
## Installation & usage

@ -4,7 +4,7 @@ A wallpaper template for [themer](https://github.com/mjswensen/themer). It uses
Here's a preview using [themer's default color set](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-colors-default):
![dark desktop](https://cdn.rawgit.com/mjswensen/themer/7de158b8/cli/packages/themer-wallpaper-trianglify/assets/desktop-dark.svg)
![dark desktop](https://cdn.jsdelivr.net/gh/mjswensen/themer@a186c8585721d5defbf4cb1bc94165144d4dd35a/cli/packages/themer-wallpaper-trianglify/assets/desktop-dark.svg)
## Installation & usage