Skip to content

Instantly share code, notes, and snippets.

@willbprog127
Created July 16, 2014 19:02
Show Gist options
  • Select an option

  • Save willbprog127/14e22ffeba8349ad8124 to your computer and use it in GitHub Desktop.

Select an option

Save willbprog127/14e22ffeba8349ad8124 to your computer and use it in GitHub Desktop.

Revisions

  1. Will Brokenbourgh created this gist Jul 16, 2014.
    27 changes: 27 additions & 0 deletions .gtkrc-2.0
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    gtk-theme-name="Clearlooks5000Gina"
    gtk-icon-theme-name="gnome-brave"
    gtk-font-name="Luxi Sans 10"
    gtk-cursor-theme-name="Neutral"
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=0
    gtk-enable-input-feedback-sounds=0

    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle="hintslight"
    gtk-xft-rgba="none"

    style "pidgin"
    {
    font_name = "Sans 10"
    }

    # # Conversation entry box--where you type.
    widget "*pidgin_conv_entry" style "pidgin"

    # # Conversation history pane--where you read the conversation.
    widget "*pidgin_conv_imhtml" style "pidgin"