Code: Select all
Usage: mk-greybird-mx-variant.sh [amber aqua grey green mint purple red sand steel teal]
mk-greybird-mx-variant.sh '#rrggbb'
mk-greybird-mx-variant.sh @webcolorname
Just unzip, render executable and invoke from the CLI. There is one dependency on the "sassc" package which needs to be present in order to recompile the GTK3 bits. The result is a theme directory under the .themes sub-folder of your home folder. Once created, you can activate it using the regular XFCE "appearance" tool.
EDIT 2019-11-03
The script has been expanded to accept either
- an hexadecimal color in the format #rrggbb
- a x11/web color name, preceded by @ (e.g: @DarkSlateBlue)
note that most web colors seem to work, i am unsure which exact list GTK+ understands