Skip to content

Commit

Permalink
Sketch App 53 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
khagwal committed Feb 22, 2019
1 parent 1891ba5 commit 926ecb2
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CoolHue is also available as a node module. You can read [How it works](https://
`npm install --save-dev coolhue`

## Sketch App Plugin
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.6/CoolHue.sketchplugin.zip)
1. Download [`Coolhue.sketchplugin.zip`](https://github.com/webkul/coolhue/releases/download/v2.0.7/CoolHue.sketchplugin.zip)
2. Extract the archive
3. Install `Coolhue.sketchplugin` for Sketch App
4. Access it from Sketch's Menu Bar. Go to `Plugins` ➡️ `Coolhue` ➡️ `Palette`
Expand Down
4 changes: 4 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
<title>Version 2.0.6</title>
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.6/CoolHue.sketchplugin.zip" sparkle:version="2.0.6"/>
</item>
<item>
<title>Version 2.0.7</title>
<enclosure url="https://github.com/webkul/coolhue/releases/download/v2.0.7/CoolHue.sketchplugin.zip" sparkle:version="2.0.7"/>
</item>
</channel>
</rss>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="controller">
<div class="grd">
<div class="grd-lt">
<h2 class="cl-title">CoolHue v2.0.5</h2>
<h2 class="cl-title">CoolHue v2.0.7</h2>
</div>
<div class="grd-rt">
<span class="cl-shuffle"></span>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>View</title>
<link rel="stylesheet" href="../core/assets/style.css" type="text/css">
<script type="text/javascript" src="../core/assets/script.js"></script>
</head>

<body>
<!-- Paper -->
<div class="wrapper" id="paint"></div>
<!-- //Paper -->

<!-- Bar -->
<div class="controller">
<div class="grd">
<div class="grd-lt">
<h2 class="cl-title">CoolHue v2.0.7</h2>
</div>
<div class="grd-rt">
<span class="cl-shuffle"></span>
<span class="cl-theme"></span>
</div>
</div>
</div>
<!-- //Bar -->
</body>

</html>
Binary file not shown.
6 changes: 3 additions & 3 deletions distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion distro/CoolHue.sketchplugin/Contents/Sketch/coolhue.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions distro/CoolHue.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"icon": "icon.png",
"commands": [
{
"name": "Palette",
"name": "Gradient Palette",
"identifier": "coolhue-palette-trigger",
"script": "coolhue.js",
"description": "Show CoolHue Bar",
Expand All @@ -18,8 +18,8 @@
]
},
"appcast": "https://raw.githubusercontent.com/webkul/coolhue/master/appcast.xml",
"version": "2.0.6",
"description": "Coolest handpicked gradient hues and swatches",
"version": "2.0.7",
"description": "Coolest handpicked Gradient Hues and Swatches",
"name": "CoolHue",
"identifier": "CoolHue",
"disableCocoaScriptPreprocessor": true,
Expand Down

0 comments on commit 926ecb2

Please sign in to comment.