@symbolic/lib
Advanced tools
Comparing version 1.0.60 to 1.0.61
@@ -143,2 +143,22 @@ 'use strict'; | ||
colors.fun = [ | ||
'rgb(135, 178, 246)', | ||
'rgb(135, 146, 246)', | ||
'rgb(168, 135, 246)', | ||
'rgb(207, 135, 246)', | ||
'rgb(242, 135, 246)', | ||
'rgb(246, 135, 165)', | ||
'rgb(246, 135, 135)', | ||
'rgb(246, 148, 135)', | ||
'rgb(246, 179, 135)', | ||
'rgb(246, 207, 135)', | ||
'rgb(135, 246, 146)', | ||
'rgb(158, 224, 192)', | ||
'rgb(135, 246, 178)', | ||
'rgb(135, 246, 215)', | ||
'rgb(135, 246, 240)', | ||
'rgb(135, 222, 246)', | ||
'rgb(135, 192, 246)' | ||
]; | ||
colors.colorFor = (arg, colorSetKey='subdued') => { | ||
@@ -145,0 +165,0 @@ if (typeof(arg) === 'object') { |
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,2 +32,22 @@ import _ from 'lodash'; | ||
colors.fun = [ | ||
'rgb(135, 178, 246)', | ||
'rgb(135, 146, 246)', | ||
'rgb(168, 135, 246)', | ||
'rgb(207, 135, 246)', | ||
'rgb(242, 135, 246)', | ||
'rgb(246, 135, 165)', | ||
'rgb(246, 135, 135)', | ||
'rgb(246, 148, 135)', | ||
'rgb(246, 179, 135)', | ||
'rgb(246, 207, 135)', | ||
'rgb(135, 246, 146)', | ||
'rgb(158, 224, 192)', | ||
'rgb(135, 246, 178)', | ||
'rgb(135, 246, 215)', | ||
'rgb(135, 246, 240)', | ||
'rgb(135, 222, 246)', | ||
'rgb(135, 192, 246)' | ||
]; | ||
colors.colorFor = (arg, colorSetKey='subdued') => { | ||
@@ -34,0 +54,0 @@ if (typeof(arg) === 'object') { |
23927
592