Text Highlight Color in GTK Theme
by RaulConQ from LinuxQuestions.org on (#5BJ1A)
OK, I might be losing my marbles.
I'm only trying to change the text highlight color in my GTK theme.
I've already modified gtk.css for the theme, as well as settings.ini, nothing seems to achieve desired results.
So modifying this:
Code:@define-color theme_selected_bg_color #ffa700;
@define-color theme_selected_fg_color #464646;Does the job for items highlighted in menus, but not text highlighting. I realize it's late in the day on a Friday, so I might just be fried, but I can't find the value I need to change to save my life.
GTK 3.24 and using Blackbird theme in XFCE, if that helps.


I'm only trying to change the text highlight color in my GTK theme.
I've already modified gtk.css for the theme, as well as settings.ini, nothing seems to achieve desired results.
So modifying this:
Code:@define-color theme_selected_bg_color #ffa700;
@define-color theme_selected_fg_color #464646;Does the job for items highlighted in menus, but not text highlighting. I realize it's late in the day on a Friday, so I might just be fried, but I can't find the value I need to change to save my life.
GTK 3.24 and using Blackbird theme in XFCE, if that helps.