Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Commit

Permalink
Update compositor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Sep 1, 2016
1 parent 4375f20 commit 53488f6
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions compositor.json
@@ -0,0 +1,90 @@
{
"name": "jxnblk/hypercolors",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.19"
},
"title": "Hypercolors",
"branch": "",
"style": {
"name": "Material",
"componentSet": {
"nav": "nav/DarkAbsoluteNav",
"header": "header/GradientHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "Roboto, sans-serif",
"heading": {
"fontWeight": 500,
"letterSpacing": "-0.01em"
},
"colors": {
"text": "#212121",
"background": "#fff",
"primary": "#2196f3",
"secondary": "#1565c0",
"highlight": "#ff4081",
"border": "#e0e0e0",
"muted": "#f5f5f5"
},
"layout": {
"centered": true,
"bannerHeight": "80vh",
"maxWidth": 896
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://github.com/jxnblk/hypercolors",
"text": "GitHub"
},
{
"href": "https://npmjs.com/package/hypercolors",
"text": "npm"
}
]
},
{
"component": "header",
"heading": "hypercolors",
"subhead": "Generative hyperterm color theme",
"children": [
{
"component": "ui/TweetButton",
"text": "hypercolors: Generative hyperterm color theme",
"url": ""
},
{
"component": "ui/GithubButton",
"user": "jxnblk",
"repo": "hypercolors"
}
],
"text": "v1.0.0-beta.1"
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "\n\n<p></p>\n<p>In <code>~/.hyperterm.js</code> add <code>hypercolors</code> to the plugins array.</p>\n<pre> plugins: [\n <span class=\"hljs-string\">&apos;hypercolors&apos;</span>\n ]</pre><p>Every time hyperterm is opened, a randomly generated color scheme is created for that session. Force reloading will also update the colors.</p>\n<p>Built with:</p>\n<ul>\n<li><a href=\"https://github.com/gka/chroma.js/\">chroma-js</a></li>\n<li><a href=\"https://github.com/jxnblk/hello-color\">hello-color</a></li>\n</ul>\n<p>MIT License</p>\n"
},
{
"component": "footer",
"links": [
{
"href": "https://github.com/jxnblk/hypercolors",
"text": "GitHub"
},
{
"href": "https://github.com/jxnblk",
"text": "jxnblk"
}
]
}
]
}

0 comments on commit 53488f6

Please sign in to comment.