in reply to Re: Gtk3 and CSS styles
in thread Gtk3 and CSS styles
Thanks to a typo, I stumbled on the answer. Thanks, wobbly fingers!
my $theming = "textview text {\nbackground-color: #000000;\ncolor: #FF +0000;\n}"; $provider->load_from_data($theming);
|
|---|