The Starter Kit ISO contains the very old theme package greybird-theme-dd-stretch. It mostly works OK but you may want an upgrade to the latest version from Bookworm. Run:
Code: Select all
apt remove greybird-theme-dd-stretch
apt install greybird-gtk-theme
apt autoremove
Note: After you install the new Greybird theme, some gtk2 apps like leafpad will throw command-line errors. Re-install the package gtk2-engines-pixbuf. Or get the gtk3 version named l3afpad.
When running gtkdialog apps with this theme, the fonts look too grey and faded for my liking. So I darkened them with
Code: Select all
sed -i 's/3c3c3c/000000/g' /usr/share/themes/Greybird/gtk-3.0/gtk.css
--------------------