hyper-aqua
Advanced tools
Comparing version 1.0.11 to 2.0.0
'use strict'; | ||
// Base colors | ||
const backgroundColor = 'rgba(0, 16, 33, 0.75)'; | ||
const backgroundColorWithoutTransparency = '#001021'; | ||
const backgroundColor = 'rgba(4, 15, 28, 0.75)'; | ||
const backgroundColorWithoutTransparency = '#040F1C'; | ||
const foregroundColor = '#fefefe'; | ||
@@ -11,7 +11,7 @@ | ||
const green = '#adff2f'; | ||
const yellow = '#ffff33'; | ||
const yellow = '#ffef4d'; | ||
const blue = '#23c9ff'; | ||
const magenta = '#c04cfd'; | ||
const cyan = '#54eeff'; | ||
const orange = '#ffbf00'; | ||
const orange = '#ffb433'; | ||
const white = '#fafffd'; | ||
@@ -18,0 +18,0 @@ const gray = '#c0bcb5'; |
{ | ||
"name": "hyper-aqua", | ||
"version": "1.0.11", | ||
"version": "2.0.0", | ||
"description": "Cool Hyper theme with pastel and blue cocktail", | ||
@@ -5,0 +5,0 @@ "author": "Plusb Preco <plusb21@gmail.com>", |
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
5893