This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Compilation of colors for data visualization and web application purposes. | |
* Compiled by Ryan McKeel. | |
* | |
* Can be easily converted to LESS by changing `$` character to `@` | |
*/ | |
// similar to HighCharts colors (with tiny modifications to avoid exact colors), retrieved from http://www.highcharts.com/demo/area-basic/grid | |
$rmChartBlue: #058dc8; | |
$rmChartGreen: #51b433; |