monokai-cobalt-hyper-theme
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ // standard ANSI Colours | ||
const green = '#b7fa34ff'; | ||
const yellow = '#f8f8f0ff'; | ||
const yellow = '#ffe500'; | ||
const blue = '#00d6ffff'; | ||
@@ -11,3 +11,3 @@ const magenta = '#ff308fff'; | ||
const white = '#f8f8f2ff'; | ||
const lightBlack = '#808080'; | ||
const lightBlack = '#557da0'; | ||
const lightRed = '#ff0000'; | ||
@@ -34,3 +34,3 @@ const lightGreen = '#33ff00'; | ||
.tab_active { | ||
background: rgba(255,255,255,0.05); | ||
background: #485e6d; | ||
border-bottom: 1px solid ${yellow} !important; | ||
@@ -37,0 +37,0 @@ border-color: ${yellow}; |
{ | ||
"name": "monokai-cobalt-hyper-theme", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Monokai-Cobalt theme for Hyper terminal", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
1654