# When turned on, this option causes gtk to select the contents of an entry field when it becomes focused. gtk-entry-select-on-focus = 1 ############################# #font stuff ############################ # Sets the font used by all gtk applications. gtk-font-name = "Sans 16" # The following section allows you to change the style of the conversation # window widgets, log viewer widget, and request and notify window widgets. # These only work in Gaim 0.78 or higher. style "imhtml-fix" { font_name = "Sans 16" } class "*" style "imhtml-fix" # Set the widget style for the conversation entry box widget "*gaim_gtkconv_entry" style "imhtml-fix" # Set the widget style for the conversation widget "*gaim_gtkconv_imhtml" style "imhtml-fix" # Set the widget style for the log viewer widget "*gaim_gtklog_imhtml" style "imhtml-fix" # Set the widget style for IMHtml input widgets in request dialogs widget "*gaim_gtkrequest_imhtml" style "imhtml-fix" # Set the widget style for IMHtml widgets in notify dialogs widget "*gaim_gtknotify_imhtml" style "imhtml-fix" # Uncommenting the line below sets all IMHtml widgets in Gaim to the same style # and will work in Gaim versions prior to 0.78 #widget_class "*.GtkScrolledWindow.GtkIMHtml" style "imhtml-fix" # The following lets you customize the color of hyperlinks # and also the text cursors. The link color thing is Gaim specific # but the rest work for any Gtk2 program. You can search the Gtk2 # docs for other style properties. style "my-style-name" { GtkIMHtml::hyperlink-color = "#000080" GtkWidget::cursor-color = "#0000FF" GtkWidget::secondary-cursor-color = "#00FF00" #for mixed ltr and rtl } widget_class "*" style "my-style-name" ############################# #Blist stuff ############################# # This style sets the expander size on a treeview to 0, which has the result # of reducing the indent for items in the tree. This can be applied to the # Gaim buddy list to reduce it's width. # This only works in Gaim 0.79 and higher #style "my-narrow-tree" #{ # GtkTreeView::expander_size = 0 #} # And apply the style to the buddy list: #widget "*gaim_gtkblist_treeview" style "my-narrow-tree" # Customize the New 2.0.0 Status Selector style "gaim-statusbox-style" { # This is a work-around that keeps you from having to scroll # if the status selector is at the bottom of the screen. GtkComboBox::appears-as-list = 1 # Depending on your theme and/or GTK+ version, one of # the following blocks should eliminate excess padding. # The second approach is probably more universally # applicable, but the first removes more padding for # some people. # Eliminate Padding Approach 1 xthickness = 0 ythickness = 0 # Eliminate Padding Approach 2 xthickness = 2 ythickness = 2 GtkWidget::focus-line-width = 0 GtkWidget::focus-padding = 0 } widget "*gaim_gtkblist_statusbox*" style "gaim-statusbox-style" ############################# #key bindings ############################# # Controls the keybindings that gtk uses for text entry/editing/etc # The "emacs" theme turns on things like: # ctrl-a == move to beginning of line, ctrl-e == move to end of line, etc. gtk-key-theme-name = "Default" #to let you edit your gaim key bindings #gtk-can-change-accels = 1 # In Pidgin you can set custom keybindings in your theme. Here # is an example to follow binding "my-bindings" { # enter inserts a newline bind "Return" { "insert-at-cursor" ("\n") } # ctrl-enter sends message bind "Return" { "message_send" () } # ctrl-s sends message # bind "s" { "message_send" () } # shift-f1 toggles bold # bind "F1" { "format_function_toggle" (1) } # alt-f2 toggles italic # bind "F2" { "format_function_toggle" (2) } # Ctrl-alt-shift-f3 toggles underline # bind "F3" { "format_function_toggle" (4) } # Ctrl-f1 resets the formatting # bind "F1" { "format_function_clear" () } } widget "*pidgin_conv_entry" binding "my-bindings" ############################# #misc ############################# # Tooltips - black on yellow-white style "tooltips" { fg[NORMAL] = "#000000" bg[NORMAL] = "#efe3b5" } widget "gtk-tooltips*" style "tooltips" gtk-recent-files-max-age=1 gtk-button-images=1 gtk-menu-images=1 gtk-cursor-theme-size=0 gtk-enable-event-sounds=0 gtk-enable-input-feedback-sounds=0 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle="hintfull" gtk-xft-rgba="none"