monokai-cobalt-hyper-theme
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -8,3 +8,3 @@ // standard ANSI Colours | ||
const magenta = '#d947ff'; // Number, constant | ||
const cyan = '#fd971f'; // Function argument (Actually orange) | ||
const cyan = blue; // Function argument | ||
const white = '#f8f8f0'; | ||
@@ -15,3 +15,3 @@ const lightBlack = black; | ||
const lightYellow = yellow; | ||
const lightBlue = blue; | ||
const lightBlue = '#fd971f'; // (Actually orange) | ||
const lightMagenta = magenta; | ||
@@ -28,3 +28,3 @@ const lightCyan = cyan; | ||
cursorColor: yellow, | ||
foregroundColor: white, | ||
foregroundColor: 'rgba(255,255,255,0.8)', | ||
backgroundColor: monokaiCobalt, | ||
@@ -31,0 +31,0 @@ borderColor: 'rgba(255,255,255,0.1)', |
{ | ||
"name": "monokai-cobalt-hyper-theme", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
1826