hyper-darkmatter
Advanced tools
Comparing version 0.2.1 to 0.2.2
"use strict"; | ||
var assign, backgroundColor, blue, borderColor, cursorColor, cyan, decorateConfig, foregroundColor, green, lightBlack, lightBlue, lightCyan, lightGreen, magenta, red, yellow; | ||
var assign, backgroundColor, blue, borderColor, cursorColor, cyan, decorateConfig, foregroundColor, green, lightBlack, lightBlue, lightCyan, lightGreen, lightMagenta, magenta, red, yellow; | ||
@@ -34,2 +34,4 @@ assign = Object.assign; | ||
lightMagenta = "#d1a9ce"; | ||
decorateConfig = function(config) { | ||
@@ -52,3 +54,3 @@ return assign({}, config, { | ||
lightYellow: yellow, | ||
lightMagenta: magenta, | ||
lightMagenta: lightMagenta, | ||
lightBlack: lightBlack, | ||
@@ -55,0 +57,0 @@ lightWhite: foregroundColor, |
{ | ||
"name": "hyper-darkmatter", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Darkmatter theme for Hyper, inspired by Sublime Darkmatter", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
171629
46