Greybird-mx variants for highlight color
Posted: Sun Oct 20, 2019 10:56 am
Scratching my own itch and inspired by the fine themes once posted for MX17, I have written a little shell script that creates an altered copy of the stock MX greybird theme, with your chosen "highlight" color (background of selected text or items).
From my limited testing it should work on MX17 and MX19 - let me know otherwise.
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
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