How to adjust the icon size and spacing of the mactahoe-gtk-theme(ubuntu budge26.04)

ENV: ubuntu budgie 26.04 wayland(labwc)

1.How to adjust the icon size and spacing of the marahoe-tgk-theme, and where to modify the author’s source file.

git clone --depth 1 https://github.com/vinceliuice/MacTahoe-gtk-theme
cd MacTahoe-gtk-theme
./install.sh -t all

Oops! Operation failed…

=========== ERROR LOG ===========

Error: Invalid CSS after “$GNOME_SHELL:”: expected expression (e.g. 1px, bold), was “;”
on line 1:13 of src/main/gnome-shell/_shell-base-temp.scss
from line 3:1 of src/main/gnome-shell/gnome-shell-Dark.scss

$GNOME_SHELL: ;

------------^

=========== ERROR INFO ==========
FOUND :

install.sh
lib-core.sh
lib-install.sh
SNIPPET:
sassc ${SASSC_OPT} “${THEME_SRC_DIR}/main/gnome-shell/gnome-shell${color}.scss” “${TARGET_DIR}/gnome-shell.css”
TRACE :
signal_error
install_shelly
install_themes
main

mactahoe-gtk-theme icon is too small and spacing is too wide. Where was the author’s source file modified?

git clone --depth 1 https://github.com/vinceliuice/MacTahoe-gtk-theme
cd MacTahoe-gtk-theme
SHELL_VERSION=46 GNOME_VERSION=46-0 ./install.sh

2.The File Manager button cannot be modified

The area to focus on is here MacTahoe-gtk-theme/src/sass/gtk/apps/_budgie.scss at 3267b3dfd9b6c3e775ad9b1f3079f848fc076bf6 · vinceliuice/MacTahoe-gtk-theme · GitHub

So you can see the icon-tasklist SCSS statements. Suggest use Gtk Inspector to interrogate the budgie-panel - navigate down to the icon tasklist and look at the CSS elements which you can change

I’ve installed this dconf-editor but don’t know how to use it. I can’t find any video tutorials on how to fix these issues. Could you record a video showing how to resolve them so we can learn? Thank you.


The top has a black border while the bottom does not, which looks very incongruous. Make the top black border transparent.
image

2.The File Manager button cannot be modified