summaryrefslogtreecommitdiffstats
path: root/abook
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-03-11 22:26:38 -0400
committerJesse Luehrs <doy@tozt.net>2014-03-11 22:26:52 -0400
commit884af81c392d9fdf4f598fff5cfc890d13304c0e (patch)
treee98735aa7cffaa2d37a2e20833120bceb8c91424 /abook
parent5d56ea74e94d8dd52cfcf5543eda39a4ba0efea9 (diff)
downloadconf-884af81c392d9fdf4f598fff5cfc890d13304c0e.tar.gz
conf-884af81c392d9fdf4f598fff5cfc890d13304c0e.zip
a bit more abook configuration
Diffstat (limited to 'abook')
-rw-r--r--abook/abookrc17
1 files changed, 14 insertions, 3 deletions
diff --git a/abook/abookrc b/abook/abookrc
index 72cdd9c..84bbe92 100644
--- a/abook/abookrc
+++ b/abook/abookrc
@@ -1,6 +1,7 @@
field aim = AIM
field irc = IRC, list
field twitter = Twitter
+field skype = Skype
field birthday = Birthday, date
field 2address = Address
@@ -12,17 +13,27 @@ field 2country = Country
field textphone = Text
-view Contact = name, email, birthday
+view Contact = name, email, birthday, nick
view Phone = mobile, textphone, phone, workphone
-view Internet = irc, aim, twitter, url, nick
+view Internet = irc, aim, skype, twitter, url
view Address = address, address2, city, state, zip, country
view Address2 = 2address, 2address2, 2city, 2state, 2zip, 2country
view Other = notes
-set index_format=" {name:15} {email:27} {mobile:12|phone|workphone} {birthday:10}"
+set index_format=" {name:15} {email:27} {mobile:12|phone|workphone} {birthday:10} {nick}"
set preserve_fields=all
set show_all_emails=false
set www_command=firefox
set address_style=us
set sort_field=name
+
+set use_colors=true
+set color_header_bg=blue
+set color_header_fg=green
+set color_footer_bg=blue
+set color_footer_fg=green
+set color_list_header_bg=default
+set color_list_highlight_bg=cyan
+set color_list_even_fg=yellow
+set color_list_odd_fg=yellow