because if I use the eInk-display in text-mode there is only black and white.

Oh, I was just looking at colour E-ink devices, so I assumed ...

can't control the text colour by state ... Is there a possibility to make it bold?

Well, IIUC the geany-document-status-* CSSes are applied by Geany depending on its internal state, but they only set color (by default) so in theory they should not affect other properties set by other CSSes, so you should be able to set other properties.

Yay, after many attempts the pseudo class is checked, adding:

notebook tab:checked label {
	font-weight: bold;
	font-style: oblique;
	font-size: 200%;
}

in geany.css should make it obvious which is the current tab :-)

You may want to tone it down a bit.

Also works for sidebar and message window.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/repo-discussions/3482/comments/5786876@github.com>