Created
July 16, 2014 19:02
-
-
Save willbprog127/14e22ffeba8349ad8124 to your computer and use it in GitHub Desktop.
.gtkrc-2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment