#
Colors
To change colors of the Heron theme you need to look for assets/css/heron-extension/_variables.scss
file.
You should find something like this:
$gray-100: #E6EAF1 !default;
$gray-200: #DADFE9 !default;
$gray-300: #C8CEDA !default;
$gray-500: #838EA4 !default;
$gray-900: #1f2937 !default;
$blue: #00b4d8 !default;
$indigo: #818cf8 !default;
$purple: #c084fc !default;
$pink: #f472b6 !default;
$red: #FF4564 !default;
$orange: #E4572E !default;
$yellow: #c5ac00 !default;
$teal: #00782d !default;
$primary: #32a8ec !default;
$secondary: #4895EF !default;
$success: $teal !default;
$info: $blue !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-500 !default;
$dark: $gray-900 !default;
$blue-100: #caf0f8 !default;
$red-100: #fce1e6 !default;
$red-400: #FF4564 !default;
$yellow-100: #fff9e0 !default;
$teal-100: #caf8db !default;
Here you can easaly change the colors and then run gulp
command to compile CSS file.