hyperterm-hipster
Advanced tools
| language: node_js | ||
| node_js: | ||
| - "node" |
Sorry, the diff of this file is too big to display
+29
-29
@@ -40,11 +40,11 @@ // Suntax shceme | ||
| ::selection { | ||
| background: rgba(236, 240, 241, 0.1) !important; | ||
| background: rgba(236, 240, 241, 0.1) !important | ||
| } | ||
| .cursor-node[focus=true]:not([moving]) { | ||
| animation: blink 1s ease infinite; | ||
| animation: blink 1s ease infinite | ||
| } | ||
| @keyframes blink { | ||
| 50% { | ||
| opacity: 0; | ||
| opacity: 0 | ||
| } | ||
@@ -56,55 +56,55 @@ } | ||
| :selection { | ||
| background: rgba(236, 240, 241, 0.1) !important; | ||
| background: rgba(236, 240, 241, 0.1) !important | ||
| } | ||
| .header_header { | ||
| top: 0; | ||
| right: 0; | ||
| left: 0; | ||
| top: 0 | ||
| right: 0 | ||
| left: 0 | ||
| } | ||
| .tabs_list { | ||
| background-color: #253444; | ||
| border-bottom-color: #1f2a36 !important; | ||
| background-color: #253444 | ||
| border-bottom-color: #1f2a36 !important | ||
| } | ||
| .tab_first { | ||
| margin-left: -1px; | ||
| border: 0 !important; | ||
| margin-left: -1px | ||
| border: 0 !important | ||
| } | ||
| .tab_tab { | ||
| color: #4d5e71; | ||
| transition: background 150ms ease; | ||
| font-style: italic; | ||
| color: #4d5e71 | ||
| transition: background 150ms ease | ||
| font-style: italic | ||
| } | ||
| .tab_tab:hover { | ||
| color: #f4f6fb; | ||
| background-color: #2a3949; | ||
| color: #f4f6fb | ||
| background-color: #2a3949 | ||
| } | ||
| .tab_tab.tab_active { | ||
| color: #f4f6fb; | ||
| font-weight: 600; | ||
| font-style: normal; | ||
| background-color: ${backgroundColor}; | ||
| border-color: #1f2a36 !important; | ||
| color: #f4f6fb | ||
| font-weight: 600 | ||
| font-style: normal | ||
| background-color: ${backgroundColor} | ||
| border-color: #1f2a36 !important | ||
| } | ||
| .tab_tab.tab_active::before { | ||
| border-bottom-color: ${backgroundColor}; | ||
| border-bottom-color: ${backgroundColor} | ||
| } | ||
| .tab_tab.tab_hasActivity { | ||
| color: #1abc9c; | ||
| animation: pulse 3s ease-in-out infinite; | ||
| color: #1abc9c | ||
| animation: pulse 3s ease-in-out infinite | ||
| } | ||
| .tab_tab.tab_hasActivity:hover { | ||
| animation: none; | ||
| animation: none | ||
| } | ||
| @keyframes pulse { | ||
| 0% { | ||
| opacity: 1; | ||
| opacity: 1 | ||
| } | ||
| 50% { | ||
| opacity: 1; | ||
| opacity: 1 | ||
| } | ||
| 75% { | ||
| opacity: 0.5; | ||
| opacity: 0.5 | ||
| } | ||
| 100% { | ||
| opacity: 1; | ||
| opacity: 1 | ||
| } | ||
@@ -111,0 +111,0 @@ } |
+1
-1
| MIT License | ||
| Copyright (c) 2016 Tiaan du Plessis | ||
| Copyright (c) 2017 Tiaan du Plessis | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+8
-19
| { | ||
| "name": "hyperterm-hipster", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Hipster HyperTerm theme", | ||
@@ -22,2 +22,4 @@ "main": "index.js", | ||
| "hyperterm-theme", | ||
| "hyper", | ||
| "hyper-theme", | ||
| "hipster", | ||
@@ -27,24 +29,11 @@ "theme" | ||
| "devDependencies": { | ||
| "ava": "^0.15.2", | ||
| "babel-core": "^6.11.4", | ||
| "babel-preset-es2015": "^6.14.0", | ||
| "eslint": "^3.5.0", | ||
| "eslint-config-standard": "^6.0.1", | ||
| "eslint-plugin-promise": "^2.0.1", | ||
| "eslint-plugin-standard": "^2.0.0" | ||
| "ava": "^0.18.2", | ||
| "standard": "^8.6.0" | ||
| }, | ||
| "scripts": { | ||
| "pretest": "npm run lint", | ||
| "test": "ava", | ||
| "lint": "eslint --fix index.js lib/*.js" | ||
| }, | ||
| "babel": { | ||
| "presets": [ | ||
| "es2015" | ||
| ] | ||
| }, | ||
| "ava": { | ||
| "require": [ | ||
| "babel-core/register" | ||
| ] | ||
| "lint": "standard", | ||
| "lint:fix": "standard --fix" | ||
| } | ||
| } |
+45
-6
@@ -1,23 +0,62 @@ | ||
| # :neckbeard: hyperterm-hipster :bowtie: | ||
| <h1 align="center"> | ||
| :neckbeard: hyperterm-hipster :bowtie: | ||
| </h1> | ||
| <br> | ||
| <div align="center"> | ||
| <strong>Hipster <a href="https://hyper.is">hyper</a> theme</strong> | ||
| </div> | ||
| <br> | ||
| <div align="center"> | ||
| <a href="https://npmjs.org/package/hyperterm-hipster"> | ||
| <img src="https://img.shields.io/npm/dm/hyperterm-hipster.svg?style=flat-square" alt="Downloads" /> | ||
| </a> | ||
| <a href="https://github.com/feross/standard"> | ||
| <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square" alt="Standard" /> | ||
| </a> | ||
| <a href="https://github.com/RichardLitt/standard-readme"> | ||
| <img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" alt="Standard Readme" /> | ||
| </a> | ||
| <a href="https://badge.fury.io/gh/tiaanduplessis%2Fhyperterm-hipster"> | ||
| <img src="https://badge.fury.io/gh/tiaanduplessis%2Fhyperterm-hipster.svg?style=flat-square" alt="GitHub version" /> | ||
| </a> | ||
| <a href="https://greenkeeper.io/"> | ||
| <img src="https://badges.greenkeeper.io/tiaanduplessis/hyperterm-hipster.svg?style=flat-square" alt="Greenkeeper" /> | ||
| </a> | ||
| <a href="https://travis-ci.org/tiaanduplessis/hyperterm-hipster"> | ||
| <img src="https://img.shields.io/travis/tiaanduplessis/hyperterm-hipster/master.svg?style=flat-square" alt="Travis Build" /> | ||
| </a> | ||
| </div> | ||
| <br> | ||
| <div align="center"> | ||
| Built with ❤︎ by <a href="tiaanduplessis.co.za">Tiaan</a> and <a href="https://github.com/tiaanduplessis/bolt/graphs/contributors">contributors</a> | ||
| </div> | ||
| > Hipster [HyperTerm](https://hyperterm.org) theme | ||
| ## About | ||
| A **hipster** theme based on the [hipster-syntax](https://github.com/Agnostics/hipster-syntax) theme for Atom by [Agnostics](https://github.com/Agnostics). | ||
| <p text-align="center"> | ||
| <img src="screenshot.png"/> | ||
| <img src="./screenshot.png"/> | ||
| </p> | ||
| ## Install | ||
| Add `hyperterm-hipster` to the plugins list in your `~/.hyperterm.js` config file. | ||
| Add `hyperterm-hipster` to the plugins list in your `~/.hyper.js` config file. | ||
| ## Tip | ||
| To get the exact same look as in the screenshot, you need to use the [Pure](https://github.com/sindresorhus/pure) prompt, [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) plugin, [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) plugin and [Operator Mono](http://www.typography.com/blog/introducing-operator) font. | ||
| ## Give me more Hyperterm | ||
| Check out [awesome-hyperterm](https://github.com/bnb/awesome-hyperterm) | ||
| ## Contribute | ||
| Contributions are welcome. Please open up an issue or create PR if you would like to help out. | ||
| Note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. | ||
| ## License | ||
| Created with ♥ by [Tiaan du Plessis](https://github.com/tiaanduplessis). Licensed under the MIT License. | ||
| Licensed under the MIT License. |
| { | ||
| "extends": "standard", | ||
| "plugins": [ | ||
| "standard", | ||
| "promise" | ||
| ] | ||
| } |
Known malware
Supply chain riskThis package version is identified as malware. It has been flagged either by Socket's AI scanner and confirmed by our threat research team, or is listed as malicious in security databases and other sources.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
186797
148.84%2
-71.43%11
10%0
-100%63
162.5%120
-4.76%1
Infinity%1
Infinity%