hyper-star-wars
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -7,5 +7,8 @@ <!-- | ||
We are always excited about pull requests! If the pull request fixes any open issues, reference the corresponding issues in the following fashion: `Fixes #321`. Including test results/screenshots/.gifs (if applicable/possible) alongside new features and bug fixes is something that we strongly encourage! | ||
We are always excited about pull requests! | ||
If the pull request fixes any open issues, reference the corresponding issues in the following fashion: `Fixes #321`. | ||
Including test results/screenshots/.gifs (if applicable/possible) alongside new features and bug fixes is something that we strongly encourage! | ||
Thank you so much again for all of your time invested in the project! 🙌 ❤️ | ||
--> |
@@ -1,6 +0,7 @@ | ||
## Project Authors :tada: | ||
## Project Authors 🎉 | ||
- Klaus Sinani (<klauscfhq@protonmail.com>) | ||
- Mario Sinani (<mariosinani@protonmail.ch>) | ||
- Kevin Ortega (<kortenu@gmail.com>) | ||
Ordered by oldest contribution - Generated by `bin/update-authors.sh` :rocket: | ||
Ordered by oldest contribution - Generated by `bin/update-authors.sh` 🚀 |
@@ -58,3 +58,3 @@ # Contributor Covenant Code of Conduct | ||
Instances of abusive, harassing, or otherwise unacceptable behavior may be | ||
reported by contacting the project team at klauscfhq@protonmail.com. All | ||
reported by contacting the project team at hyper-pokemon@protonmail.com. All | ||
complaints will be reviewed and investigated and will result in a response that | ||
@@ -61,0 +61,0 @@ is deemed necessary and appropriate to the circumstances. The project team is |
@@ -33,3 +33,3 @@ # Contributing to Hyper Star Wars ❤ | ||
You may find an issue is assigned, or has the [`assigned` label](https://github.com/hyper-pokemon/hyper-star-wars/labels/assigned). Please double-check before starting on this issue because somebody else is likely already working on it | ||
You may find an issue is assigned, or has the [`assigned` label](https://github.com/hyper-pokemon/hyper-star-wars/labels/assigned). Please double-check before starting on this issue because somebody else is likely already working on it. | ||
@@ -45,3 +45,8 @@ ### Say hi! | ||
- Use a descriptive title | ||
- Include as much information as possible: Steps to reproduce the issue, theme settings, error message, Hyper version, operating system etc | ||
- Include as much information as possible; | ||
- Steps to reproduce the issue | ||
- Theme settings | ||
- Error message | ||
- Hyper version | ||
- Operating system **etc** | ||
@@ -48,0 +53,0 @@ ### Submitting a pull request |
@@ -18,2 +18,4 @@ const fs = require('fs'); | ||
const lightsaberFlag = lightsaber !== 'false'; | ||
const avatar = config.StarWarsTheme.avatar; | ||
const avatarFlag = avatar !== 'false'; | ||
@@ -61,2 +63,3 @@ // Load color palettes from yaml files | ||
const selectedColor = theme.header; | ||
const unibodyColor = theme.unibody; | ||
const themeBlack = theme.black; | ||
@@ -119,2 +122,6 @@ const themeRed = theme.red; | ||
// Background settings | ||
const themeAvatar = 'url("file://' + pathToTheme + '") center'; | ||
const backgroundContent = (avatarFlag === true) ? themeAvatar : unibodyColor; | ||
return Object.assign({}, config, | ||
@@ -141,3 +148,3 @@ syntax.scheme, { | ||
.terms_terms { | ||
background: url(file://${pathToTheme}) center; | ||
background: ${backgroundContent}; | ||
background-size: cover; | ||
@@ -144,0 +151,0 @@ } |
{ | ||
"name": "hyper-star-wars", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "🌟🚀Super awesome, your Hyper terminal shall look.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
<h1 align="center"> | ||
<a href="https://github.com/hyper-pokemon/hyper-star-wars"> | ||
<img src="https://cdn.rawgit.com/hyper-pokemon/hyper-star-wars/e022af78/media/header.png" alt="Hyper Star Wars" width="100%"> | ||
<img src="https://cdn.rawgit.com/hyper-pokemon/hyper-star-wars/8493363d/media/header.png" alt="Hyper Star Wars" width="100%"> | ||
</a> | ||
@@ -9,3 +9,3 @@ </h1> | ||
[![Build Status](https://travis-ci.org/hyper-pokemon/hyper-star-wars.svg?branch=master)](https://travis-ci.org/hyper-pokemon/hyper-star-wars) [![Dependency Status](https://dependencyci.com/github/hyper-pokemon/hyper-star-wars/badge)](https://dependencyci.com/github/hyper-pokemon/hyper-star-wars) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/hyper-pokemon/Lobby) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/hyper-pokemon/hyper-star-wars) [![Latest version](https://badge.fury.io/gh/hyper-pokemon%2Fhyper-star-wars.svg)](https://github.com/hyper-pokemon/hyper-star-wars) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![npm](https://img.shields.io/npm/dm/hyper-star-wars.svg?label=DL)](https://github.com/hyper-pokemon/hyper-star-wars) | ||
[![May the Force be will you](https://img.shields.io/badge/May%20the%20Force-be%20with%20you-green.svg)](https://github.com/hyper-pokemon/hyper-star-wars) [![Build Status](https://travis-ci.org/hyper-pokemon/hyper-star-wars.svg?branch=master)](https://travis-ci.org/hyper-pokemon/hyper-star-wars) [![Dependency Status](https://dependencyci.com/github/hyper-pokemon/hyper-star-wars/badge)](https://dependencyci.com/github/hyper-pokemon/hyper-star-wars) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/hyper-pokemon/Lobby) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/hyper-pokemon/hyper-star-wars) [![Latest version](https://badge.fury.io/gh/hyper-pokemon%2Fhyper-star-wars.svg)](https://github.com/hyper-pokemon/hyper-star-wars) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) | ||
@@ -30,3 +30,3 @@ ## Contents | ||
🎉 Do you enjoy this project? Maybe you love **Pokémon**? Then, you will also love our [Hyper Pokémon](https://github.com/hyper-pokemon/hyper-pokemon) ![](media/pikachu.gif) theme project!<br/>Go take a peek 👀 🎉 | ||
🎉 Do you enjoy this project? Maybe you love **Pokémon**? Then, you will also love our [Hyper Pokémon](https://github.com/hyper-pokemon/hyper-pokemon) ![](media/pikachu.gif) theme project!<br/>Go take a peek 👀 | ||
@@ -75,12 +75,13 @@ Come over to our [Gitter](https://gitter.im/hyper-pokemon/Lobby) chat or [Twitter](https://twitter.com/hyper_pokemon) account to share your thoughts on the project or to just say hi! | ||
config: { | ||
//... | ||
colors: { | ||
//... | ||
}, | ||
StarWarsTheme: { | ||
character: 'yoda', // Define your favorite star wars character! | ||
lightsaber: 'true', // Activate your themes lightsaber mode! | ||
unibody: 'false' // Define the color of the Hyper window header! | ||
}, | ||
//... | ||
//... | ||
colors: { | ||
//... | ||
}, | ||
StarWarsTheme: { | ||
character: 'yoda', // Define your favorite star wars character! | ||
lightsaber: 'true', // Activate your theme's lightsaber mode! | ||
unibody: 'false', // Define the color of the Hyper window header! | ||
avatar: 'true' // Activate your theme's background avatar! | ||
}, | ||
//... | ||
} | ||
@@ -91,3 +92,3 @@ ``` | ||
To get the exact same look, install Google's [`Roboto Mono`](https://fonts.google.com/specimen/Roboto+Mono) font as well as [`oh-my-zsh`](http://ohmyz.sh/) and choose [`pure`](https://github.com/sindresorhus/pure) as your zsh prompt 🐱 | ||
To get the exact same look, install Google's [`Roboto Mono`](https://fonts.google.com/specimen/Roboto+Mono) font as well as [`oh-my-zsh`](http://ohmyz.sh/) and choose [`pure`](https://github.com/sindresorhus/pure) as your zsh prompt | ||
@@ -109,8 +110,8 @@ [:arrow_up:Back to top!](#contents) | ||
- `light/dark side` - randomly selects a Star Wars character theme from the **dark side** or the **light side**, each time you fire up a new Hyper terminal session.<br/><br/> | ||
- `light/dark side` - randomly selects a Star Wars character theme from the **light side** or the **dark side**, each time you fire up a new Hyper terminal session.<br/><br/> | ||
**i.e.** `character: 'light'`, `character: 'dark'`<br/><br/> | ||
- `character array` - randomly selects a Star Wars character theme/theme option from a **defined array** holding **custom multiple themes/theme options**, each time you fire up a new Hyper terminal session. Any from the available Star Wars character **themes** can be choosen!<br/><br/> | ||
- `character array` - randomly selects a Star Wars character theme/theme option from a **defined array** holding **custom multiple themes/theme options**, each time you fire up a new Hyper terminal session. Any from the available Star Wars character **themes** can be chosen!<br/><br/> | ||
**i.e.** | ||
- `character: ['kylo-ren', 'light', 'dark', 'bb8']` | ||
- `character: ['kylo-ren', 'light', 'dark', 'bb8']` | ||
- `character: ['yoda', 'chewbacca', 'bb8', 'han-solo', 'c3po']` | ||
@@ -122,3 +123,3 @@ - `character: ['darth-vader', 'stormtrooper', 'spacetrooper', 'ray']` | ||
Activates your themes `lightsaber` mode, making your terminal's `cursor`, `tab bar` & `scroll bar` glow! | ||
Activates your theme's `lightsaber` mode, making your terminal's `cursor`, `tab bar` & `scroll bar` glow! | ||
@@ -136,3 +137,3 @@ The assignable values are: | ||
Choose whether or not you want the Hyper windows header color to be the same as the background Star Wars character theme. | ||
Choose whether or not you want the Hyper window header color to be the same as the background Star Wars character theme. | ||
@@ -148,2 +149,15 @@ The assignable values are: | ||
### `avatar` | ||
Choose whether or not you want the Star Wars character theme `avatar` to be displayed in the background. | ||
The assignable values are: | ||
- `avatar: 'true'` - enable your theme's background `avatar` | ||
- `avatar: 'false'` - disable your theme's background `avatar` | ||
In addition, completely omitting the `avatar` option from your `.hyper.js` will have the same effect as defining it and setting it to `true`. (**default state**) | ||
![](media/avatar-example.png) | ||
[:arrow_up:Back to top!](#contents) | ||
@@ -157,2 +171,7 @@ | ||
<details> | ||
<summary>View all the available Star Wars characters</summary> | ||
<br/> | ||
### `yoda` | ||
@@ -162,5 +181,5 @@ | ||
### `storm-trooper` | ||
### `stormtrooper` | ||
![](media/storm-trooper.png) | ||
![](media/stormtrooper.png) | ||
@@ -235,5 +254,5 @@ ### `r2d2` | ||
### `ray` | ||
### `rey` | ||
![](media/ray.png) | ||
![](media/rey.png) | ||
@@ -252,2 +271,6 @@ ### `princess-leia` | ||
<br/> | ||
</details><br/> | ||
[:arrow_up:Back to top!](#contents) | ||
@@ -304,9 +327,9 @@ | ||
<div align="center"> | ||
<br> | ||
<a href="https://github.com/hyper-pokemon/hyper-star-wars"> | ||
<img src="https://cdn.rawgit.com/hyper-pokemon/hyper-star-wars/33844725/media/logo.png" alt="Hyper Star Wars" width="65%"> | ||
</a> | ||
<br> | ||
<p><b> <> with ❤ by the Hyper Pokémon team </b></p> | ||
<br> | ||
<br> | ||
<a href="https://github.com/hyper-pokemon/hyper-star-wars"> | ||
<img src="https://cdn.rawgit.com/hyper-pokemon/hyper-star-wars/8493363d/media/logo.png" alt="Hyper Star Wars" width="40%"> | ||
</a> | ||
<br> | ||
<p><b> <> with ❤ by the Hyper Pokémon team </b></p> | ||
<br> | ||
</div> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
76
180
323
13832521
5