[gpodder] Re: font color when podcast has new episode

  • From: Thomas Perl <th.perl@xxxxxxxxx>
  • To: gpodder@xxxxxxxxxxxxx
  • Date: Wed, 3 Feb 2021 08:48:41 +0100


On 03.02.2021, at 03:39, Fourhundred Thecat <400thecat@xxxxxx> wrote:
after I update for new episodes, those podcasts that have just been
updated with new episodes appear as bold white, until I click on the
podcast.

The bold fond disappears after I click on the podcast.

Could anybody suggest where in the source code could I change this color
to bold red?

In the file src/gpodder/gtkui/model.py
in the function “_format_description()”
you’ll find "<span weight="bold”>”.

There you can use Pango Markup:
https://developer.gnome.org/pango/stable/pango-Markup.html


HTH,
Thomas

Other related posts: