@100shapes/monday-theme
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "@100shapes/monday-theme", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "tailwind.config.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -17,10 +17,7 @@ const colors = { | ||
// Custom | ||
realised: '#279A55', | ||
realisedHighlight: '#E9F7E9', | ||
strengths: '#D9821F', | ||
strengthsHighlight: '#FFF0DF', | ||
warning: '#FB3B39', | ||
warningHighlight: '#FFE4E3', | ||
optinoGreen: '#22CFA7', | ||
optinoYellow: '#FDC92F', | ||
optinoRed: '#FF5C5C', | ||
} | ||
module.exports = colors |
3045
116