summaryrefslogtreecommitdiff
path: root/purple/gtkrc-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'purple/gtkrc-2.0')
-rw-r--r--purple/gtkrc-2.042
1 files changed, 42 insertions, 0 deletions
diff --git a/purple/gtkrc-2.0 b/purple/gtkrc-2.0
new file mode 100644
index 0000000..f4efa4e
--- /dev/null
+++ b/purple/gtkrc-2.0
@@ -0,0 +1,42 @@
+#
+# Zenburn Pidgin scheme
+# By Adrian C. (anrxc)
+#
+# ~/.purple/gtkrc-2.0
+
+# Emacs bindings
+gtk-key-theme-name = "Emacs"
+
+# Font style
+gtk-font-name = "Terminus 8"
+style "terminus-font"
+{
+ font_name="Terminus 8"
+}
+
+# Terminus font everywhere
+#widget_class "*" style "terminus-font"
+# - only in selected widgets
+widget "*list" style "terminus-font"
+widget "*pidgin_blist_treeview" style "terminus-font"
+widget "*pidgin_conv_entry" style "terminus-font"
+widget "*pidgin_conv_imhtml" style "terminus-font"
+widget "*pidgin_request_imhtml" style "terminus-font"
+widget "*pidgin_notify_imhtml" style "terminus-font"
+
+# Nickname and URL colors
+style "purplerc_style"
+{
+ GtkIMHtml::hyperlink-color = "#00FFFF"
+ GtkIMHtml::send-name-color = "#EFEF8F"
+ GtkIMHtml::receive-name-color = "#CC9393"
+}
+widget_class "*" style "purplerc_style"
+
+# Zenburn foreground and background
+style "zenburn"
+{
+ text[NORMAL] = "#F0DFAF"
+ base[NORMAL] = "#3F3F3F"
+}
+widget_class "*" style "zenburn"