[Geany-Users] GTK Theming

Matthew Brush mbrush at xxxxx
Wed May 10 01:33:43 UTC 2017


On 2017-05-09 06:29 PM, Mike Miller wrote:
> Sorry, didn't work for me:
>
>
> style "geanyStyle"
> {
>     font_name="Ubuntu 6"
> }
>
> widget "GeanyToolbarMenu" style "geanyStyle"
>
> widget "*.GeanyMenubar*" style "geanyStyle"
>
>

Try:

	style "huge-font"
	{
	  font_name="Sans 32"
	}
	widget "*GeanyToolbar*" style "huge-font"
	widget "*GeanyMenubar*" style "huge-font"

Regards,
Matthew Brush


More information about the Users mailing list