this post was submitted on 02 Nov 2023
3 points (80.0% liked)

Linux

5090 readers
215 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
 

While selecting GTK theme when i get with a light theme.Everything works fine but when I set a Dark theme like nord-darker dracula etc.Then that indicator of what is on focus became invisible.

Is there any dark theme for which it is working fine? Is there any way to change colour of indication from black to white?

top 1 comments
sorted by: hot top controversial new old
[–] nyan@lemmy.cafe 1 points 11 months ago

Worst case, GTK3 themes are just CSS. It's possible, although frustrating and time-consuming, to roll your own. In which case you can style *:hover any way you want.

(GTK4, I got nothin'. Last I checked, the development team was going out of its way to break theming. Which is one of the reasons I've been avoiding GTK4 applications.)