switch to warmer colors

This commit is contained in:
2017-01-21 19:46:51 +01:00
parent 044ccf47e6
commit fa09d9d8a2
4 changed files with 11 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ describe('beautycolor', function(){
beautycolor.coloredString('red','red'),
beautycolor.coloredString('orange','orange'),
beautycolor.coloredString('green', 'green'),
beautycolor.coloredString('pink', 'pink'),
beautycolor.coloredString('cyan', 'cyan')
)
})
@@ -26,6 +27,7 @@ describe('beautycolor', function(){
beautycolor.coloredString('red', 'white', 'red'),
beautycolor.coloredString('orange', 'white', 'orange'),
beautycolor.coloredString('green', 'white', 'green'),
beautycolor.coloredString('pink', 'white', 'pink'),
beautycolor.coloredString('cyan', 'white', 'cyan')
)
})