From a6294749d17fed16884f759063e57834d97f243f Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Sat, 10 Apr 2010 17:12:40 +0200 Subject: purple: pidgin gtk zenburn scheme with terminus --- purple/gtkrc-2.0 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 purple/gtkrc-2.0 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" -- cgit v1.2.3