algent I haven't been having luck with this theme, even following instructions carefully.
I'm getting this when trying to run "sudo ninja render install":
[0/5] Running external command render (wrapped by meson to set env)
Error: argument "$map" of "map-get($map, $key)" must be a map
on line 27:15 of ../common/gtk/sass/colors.scss, in function "map-get"
from line 27:15 of ../common/gtk/sass/colors.scss, in function "getcolor"
from line 34:12 of ../common/gtk/sass/colors.scss
from line 6:9 of ../common/gtk/assets_sass/makecolors.scss
$map: map-get($map, $key);
while executing ['/home/marxi/Brightwork-Theme/common/gtk/assets_sass/render-assets.sh']
[1/5] Generating Brightwork-dark with a custom command
FAILED: common/gtk/gtk-dark/gtk.css
/usr/bin/sassc -M -t expanded ../common/gtk/gtk-dark/gtk.scss common/gtk/gtk-dark/gtk.css
Error: argument "$map" of "map-get($map, $key)" must be a map
on line 27:15 of ../common/gtk/sass/colors.scss, in function "map-get"
from line 27:15 of ../common/gtk/sass/colors.scss, in function "getcolor"
from line 34:12 of ../common/gtk/sass/colors.scss
from line 3:9 of ../common/gtk/gtk-dark/gtk.scss
$map: map-get($map, $key);
[2/5] Generating Brightwork with a custom command
FAILED: common/gtk/gtk/gtk.css
/usr/bin/sassc -M -t expanded ../common/gtk/gtk/gtk.scss common/gtk/gtk/gtk.css
Error: argument "$map" of "map-get($map, $key)" must be a map
on line 27:15 of ../common/gtk/sass/colors.scss, in function "map-get"
from line 27:15 of ../common/gtk/sass/colors.scss, in function "getcolor"
from line 34:12 of ../common/gtk/sass/colors.scss
from line 3:9 of ../common/gtk/gtk/gtk.scss
$map: map-get($map, $key);
[3/5] Generating Firefox with a custom command
FAILED: common/gtk/sass_fox/userChrome.css
/usr/bin/sassc -M -t expanded ../common/gtk/sass_fox/userChrome.scss common/gtk/sass_fox/userChrome.css
Error: argument "$map" of "map-get($map, $key)" must be a map
on line 27:15 of ../common/gtk/sass/colors.scss, in function "map-get"
from line 27:15 of ../common/gtk/sass/colors.scss, in function "getcolor"
from line 34:12 of ../common/gtk/sass/colors.scss
from line 3:9 of ../common/gtk/sass_fox/userChrome.scss
$map: map-get($map, $key);
FAILED: meson-render
/usr/bin/meson --internal exe --unpickle /home/marxi/Brightwork-Theme/build/meson-private/meson_exe_render-assets.sh_4202285a7f80ec9a956b4626dac08a6ac3bb402c.dat
ninja: build stopped: subcommand failed.