<div dir="ltr"><div class="gmail_extra">Okay, after some research I found an easy way to fix the problem. I thought this might be useful to others.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You can easily define your own styles and change theme for Gtk2. Just create a files called ~/.gtkrc-2.0 and put whatever settings you prefer into it. For example to change the default font for Lazarus and it's apps you can write this in the gtk rc file:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">style "MyStyle"</div><div class="gmail_extra">{</div><div class="gmail_extra"><span class="" style="white-space:pre">     </span>font_name = "Ubuntu Condensed 11"</div><div class="gmail_extra">}</div><div class="gmail_extra"><br></div><div class="gmail_extra">widget_class "*" style "MyStyle"</div><div class="gmail_extra">gtk-font-name = "Ubuntu Condensed 11"</div><div><br></div><div>Just restart the app and the changes take effect.</div></div></div>