Greybird-mx variants for highlight color

Show us how you are setting up MX
Message
Author
User avatar
baldyeti
Posts: 717
Joined: Sat Dec 05, 2009 3:37 pm

Greybird-mx variants for highlight color

#1 Post by baldyeti »

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).

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
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
  • 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
The foreground (text) color is unchanged from the original white, so best results are achieved with dark(ish) background colors.
You do not have the required permissions to view the files attached to this post.
Last edited by baldyeti on Sun Nov 03, 2019 4:37 pm, edited 11 times in total.

User avatar
Jerry3904
Administrator
Posts: 23231
Joined: Wed Jul 19, 2006 6:13 am

Re: Greybird-mx variants for hilight color

#2 Post by Jerry3904 »

Cool! Needs some user testing ASAP, hope you get it (I'm travelling ATM).
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
mikeswifty
Posts: 26
Joined: Wed Jul 26, 2017 9:39 pm

Re: Greybird-mx variants for highlight color

#3 Post by mikeswifty »

Everything looks good on MX 18.3 for me. I made one of your colors with the script and added one of my own.

Thanks!

Image

Image

User avatar
baldyeti
Posts: 717
Joined: Sat Dec 05, 2009 3:37 pm

Re: Greybird-mx variants for highlight color

#4 Post by baldyeti »

Thanks for testing, mikeswifty. I only noticed your post now as i do not login that often to the board.
Thanks also for the screenshot which i was too lazy to provide.
I am mostly using plasma myself (5.12 from Neptine) and just wanted that "steel" hilite color for the occasional GTK app.
In adjusting the GTK[23] theme I noticed it shouldn't be that complicated to automate,
and dexy's nice color selection served as a base, with the goal of being able to generate themes for MX19, too.
I hope more people will find the script useful.

User avatar
baldyeti
Posts: 717
Joined: Sat Dec 05, 2009 3:37 pm

Re: Greybird-mx variants for highlight color

#5 Post by baldyeti »

Revised script supports any web color as argument; see original post.

Post Reply

Return to “Themes and Screenshots”