assets/main.scss in solar-flair-0.1.10 vs assets/main.scss in solar-flair-0.2.0
- old
+ new
@@ -1,6 +1,36 @@
---
---
+// Solar Innovations' Colors
+// $color-one: #000 !default;
+// $color-two: #F47B28 !default;
+// $color-three: #14A1AF !default;
+// $color-four: #9E1D58 !default;
+// $color-grey: #828282 !default;
+
+
+{% if site.data.theme['one'] %}
+ $color-one: {{ site.data.theme['one'].color }};
+{% endif %}
+
+{% if site.data.theme['two'] %}
+ $color-two: {{ site.data.theme['two'].color }};
+{% endif %}
+
+{% if site.data.theme['three'] %}
+ $color-three: {{ site.data.theme['three'].color }};
+{% endif %}
+
+{% if site.data.theme['four'] %}
+ $color-four: {{ site.data.theme['four'].color }};
+{% endif %}
+
+{% if site.data.theme['grey'] %}
+ $color-grey: {{ site.data.theme['grey'].color }};
+{% endif %}
+
+
@import 'solar-flair';
+