feat(static): colorize weather icons

This commit is contained in:
2026-07-09 14:03:05 +03:00
parent 8f244455ac
commit b85e9ac5f3
39 changed files with 433 additions and 889 deletions

View File

@@ -1,4 +1,13 @@
$weather-icons-path: "../icons" !default;
$weather-icons-stroke-color: #555555 !default;
$weather-icons-colors: (
"sun": #ffdf22,
"cloud": #00c5c5,
"rain": #0d6efd,
"moon": #4A4B43,
"lightning": red,
"snow": white,
) !default;
$weather-icons-included: (
"wi-cloud",
"wi-cloudy",