summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-04-10 17:12:40 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-04-10 17:13:35 +0200
commita6294749d17fed16884f759063e57834d97f243f (patch)
tree5d40b47139c942a86f8e4a4987c0c27431401728
parent7c6ce6719fea35966fdb145dcd7a8a2d8683cbfd (diff)
downloaddotfiles-a6294749d17fed16884f759063e57834d97f243f.tar.xz
purple: pidgin gtk zenburn scheme with terminus
-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"