[Geany-Users] Text size in tabs

Augustine Souza aesouza2008 at xxxxx
Sat Nov 30 02:02:52 UTC 2013


On Fri, Nov 29, 2013 at 11:26 PM, Dimitar Zhekov
<dimitar.zhekov at gmail.com>wrote:

>
> From my gtk2 theme's gtkrc:
>
> style "geany" = "default"
> {
>     GtkNotebook::tab-overlap = 1
>     GtkNotebook::tab-curvature = 0
>     ...
> }
>
> widget "GeanyMainWindow.GtkVBox.GtkVPaned.GtkHPaned.GtkNotebook" style
> "geany"
> ...


Thank You! Your widget did the trick. I'm now using:

style "geany" = "geany-tabs"
{
font_name = "Droid Sans Mono 13"
}

widget "GeanyMainWindow.GtkVBox.GtkVPaned.GtkHPaned.GtkNotebook.*" style
"geany"


# document status colors
style "geany-document-status-changed-style" {
fg[NORMAL] = "#8DB949"
fg[ACTIVE] = "#FF0000"
font_name = "Comic Sans MS 14"
}
widget "*.geany-document-status-changed" style
"geany-document-status-changed-style"

Thanks once again :)

AESouza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20131130/d0ee9490/attachment.html>


More information about the Users mailing list