Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperterm-dark-drifter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperterm-dark-drifter - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

31

index.js

@@ -31,14 +31,31 @@ exports.decorateConfig = (config) => {

.header_header {
background: #282236 !important;
background: #1e1b26 !important;
top: 0;
left: 0;
right: 0;
}
.borderShim_nfs {
display: none;
}
.tabs_nav {
height: 38px;
line-height: 38px;
}
ul.tabs_list {
max-height: 38px;
margin-left: 80px;
}
.tab_tab {
padding-left: 0;
border: 0;
border-bottom: 2px solid rgba(73, 56, 87, 1) !important;
transition: border-color .2s ease;
border: none;
border-left: 3px solid transparent;
background-color: #1e1b26;
transition: background-color .2s ease, border-color .2s ease;
}
.tab_active {
border-bottom: 2px solid rgba(176, 47, 68, 1) !important;
background-color: #282236 !important;
border-color: rgba(176, 47, 68, 1) !important;
}
.tab_text {
height: 38px;
color: rgba(255, 255, 255, 0.5);

@@ -52,4 +69,4 @@ }

}
.tab_hasActivity, .tab_hasActivity:hover {
color: #ffff9c;
.tab_hasActivity .tab_text, .tab_hasActivity:hover .tab_text {
color: rgba(255, 255, 156, 0.8);
}

@@ -56,0 +73,0 @@ `

@@ -7,3 +7,3 @@ {

},
"version": "0.1.2",
"version": "0.2.0",
"description": "A dark Hyper theme inspired by Heart Machine video game Hyper Light Drifter",

@@ -10,0 +10,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # Hyperterm Dark Drifter

![Screenshot](https://raw.githubusercontent.com/colinhemphill/hyperterm-dark-drifter/master/images/hyperterm-dark-drifter.png)
[![Screenshot](https://raw.githubusercontent.com/colinhemphill/hyperterm-dark-drifter/master/images/hyperterm-dark-drifter.png)](https://raw.githubusercontent.com/colinhemphill/hyperterm-dark-drifter/master/images/hyperterm-dark-drifter.png)

@@ -28,4 +28,5 @@ This theme is primarily based on the [campfire scene](http://www.heart-machine.com/wp-content/uploads/2013/11/HLD_Screenshot_01_camp_1080.png), among other promo materials and screenshots from HLD.

- **0.2.0:** Change to block tabs instead of underlined tabs.
- **0.1.2:** README.
- **0.1.1:** README updates and package repo URL update.
- **0.1.0:** Initial release.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc