summaryrefslogtreecommitdiff
path: root/purple/gtkrc-2.0
blob: f4efa4e12a0a0fe65b304b8b4d7c0eba697296c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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"