adwaita-xfce icon indicating copy to clipboard operation
adwaita-xfce copied to clipboard

Adwaita-Dark link color is too dark

Open ghost opened this issue 8 years ago • 1 comments

The link color of the dark theme variant is too dark, making it hard to read. adwaita-dark-link

I modified my local gtkrc version with:

    GtkWidget ::link-color          = "#2EB8E6"
    GtkWidget ::visited-link-color  = "#FF6666"

And the result: adwaita-dark-link-fixed

Should I push this patch?

ghost avatar Jun 23 '16 15:06 ghost

Thanks for sharing the fix, links where driving me crazy :)

jgmdev avatar Oct 11 '16 14:10 jgmdev