-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 2.97 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "tomorrow-night-eighties-ng2-syntax",
"theme": "syntax",
"version": "1.1.0",
"description": "Atom syntax theme using the ever popular Tomorrow Night Eighties colors with a Dark and Light theme .",
"homepage": "https://atom.io/packages/tomorrow-night-eighties-ng2-syntax",
"readme": "# Tomorrow Night Eighties Syntax Theme for Atom\n\n[![apm](https://img.shields.io/apm/v/tomorrow-night-eighties-ng2-syntax.svg)](https://atom.io/packages/tomorrow-night-eighties-ng2-syntax)\n[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg)](https://github.com/drootz/tomorrow-night-eighties-ng2-syntax/blob/master/LICENSE)\n\nAtom syntax theme using the ever popular Tomorrow Night Eighties colors with a Dark and Light theme with support for Angular 2 HTML syntax.\n\n![](https://raw.githubusercontent.com/drootz/tomorrow-night-eighties-ng2-syntax/master/img/preview-palettes.png)\n\n<p data-height=\"265\" data-theme-id=\"dark\" data-slug-hash=\"VmRaBN\" data-default-tab=\"css,result\" data-user=\"dracine\" data-embed-version=\"2\" data-pen-title=\"Tomorrow Night Eighties for Atom\" class=\"codepen\">See the Pen <a href=\"http://codepen.io/dracine/pen/VmRaBN/\">Tomorrow Night Eighties for Atom</a> by Daniel Racine (<a href=\"http://codepen.io/dracine\">@dracine</a>) on <a href=\"http://codepen.io\">CodePen</a>.</p>\n\n<script async src=\"https://production-assets.codepen.io/assets/embed/ei.js\"></script>\n\n## Features\n\n- Angular 2 HTML syntax highlighting.\n\n- Dark and Light theme in the same package.\n\n## Installation\n\nFire up a console and type:\n\n apm install tomorrow-night-eighties-ng2-syntax\n\nOr, inside Atom's settings select Install and then search for this package.\n\n## Dependencies\n\nFor Angular 2 HTML syntax highlighting, the [language-html-angular](https://atom.io/packages/language-html-angular) package is required.\n\n## Usage\n\nSet the syntax theme options in the package settings. The syntax highlighting rules will be applied on theme change, on editor reload or on a new editor instance.\n\nWork best with the [material-ui](https://atom.io/themes/material-ui) ui theme.\n\n## Themes\n\n### Dark (default)\n\n![](https://raw.githubusercontent.com/drootz/tomorrow-night-eighties-ng2-syntax/master/img/preview-dark.png)\n\n### Light\n\n![](https://raw.githubusercontent.com/drootz/tomorrow-night-eighties-ng2-syntax/master/img/preview-light.png)\n\n***\n\nForked from the [drootz/syntax-theme-boilerplate-syntax](https://atom.io/packages/syntax-theme-boilerplate-syntax).\n\n",
"readmeFilename": "readme.md",
"license": "MIT",
"main": "./lib/settings",
"repository": {
"type": "git",
"url": "https://github.com/drootz/tomorrow-night-eighties-ng2-syntax.git"
},
"bugs": {
"url": "https://github.com/drootz/tomorrow-night-eighties-ng2-syntax/issues"
},
"engines": {
"atom": ">0.59.0"
},
"keywords": [
"tomorrow",
"night",
"eighties",
"ng2",
"Angular",
"dark",
"light",
"day",
"ng"
]
}