Closed 20NE closed 2 years ago
It seems doesn't work. I change:
// Default Blue
$theme_color_default: #5294e2;
// Blue
$theme_color_blue: #5294E2;
and build it with
--theme default
or
--theme blue
all fail, color value still be #315BEF
Before you install you need compile
./parse-sass.sh
Hell yeath ! It's work, Finally ! Cheers !
close it
Appreciation for your work. It's amazing with installation option
--theme
to Specify primary theme color. But how to customize primary theme color? Like blue theme, how can we modify it's default color value:#2e7cf7
?