Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-07-20 18:12:55

Eldak
Member
Registered: 2012-02-05
Posts: 2

XFCE4-Notes Hyperlink Colors

I'm running XFCE 4.16 (Latest Manjaro)

I run a darker color scheme and when you paste a weblink into XFCE4-Notes, the link turns a dark blue color. This is hard to see with my color scheme. I've tried editing all the options I could think of within the ~/.config/gtk3/gtk.css file, but so far I haven't been able to get this color to change.

Anyone have any suggestions on what options to try?

Offline

#2 2022-07-20 23:19:20

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,020

Re: XFCE4-Notes Hyperlink Colors

This doesn't look very promising. Xfce4-notes uses hypertext in a Textview widget.

Styling the tags of a GtkTextView with CSS is currently not possible with GTK4, and it's not going to be possible with GTK3.

There is also this from the xfce4-notes code:

			this.tag_link = this.buffer.create_tag ("link",
					"foreground", "blue", // TODO use __gdk_color_constrast function
					"underline", Pango.Underline.SINGLE,
					null);

Edit: If you want, you can edit the above line in the code and re-build xfce4-notes to get the hyperlink color to change.

Last edited by ToZ (2022-07-20 23:35:12)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2022-07-24 21:50:24

Eldak
Member
Registered: 2012-02-05
Posts: 2

Re: XFCE4-Notes Hyperlink Colors

@ToZ, Thanks!

Got it rebuilt with a little brighter of a color.

Offline

Board footer

Powered by FluxBB