diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-15 15:04:50 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-15 15:04:50 +0200 |
commit | c4406cc8c74b9981ae83c92267f800f5abffe1ba (patch) | |
tree | 9366b0477a3cf60b481483eb3a8e5f3bd7d12836 /.config/abook/abookrc | |
parent | up (diff) | |
download | dotfiles-bsd-c4406cc8c74b9981ae83c92267f800f5abffe1ba.tar.gz dotfiles-bsd-c4406cc8c74b9981ae83c92267f800f5abffe1ba.tar.bz2 dotfiles-bsd-c4406cc8c74b9981ae83c92267f800f5abffe1ba.tar.xz dotfiles-bsd-c4406cc8c74b9981ae83c92267f800f5abffe1ba.tar.zst dotfiles-bsd-c4406cc8c74b9981ae83c92267f800f5abffe1ba.zip |
up
Diffstat (limited to '.config/abook/abookrc')
-rw-r--r-- | .config/abook/abookrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/abook/abookrc b/.config/abook/abookrc index f340e16..d47bf19 100644 --- a/.config/abook/abookrc +++ b/.config/abook/abookrc @@ -3,7 +3,7 @@ set use_colors = true set autosave = true set mutt_command = neomutt set www_command = w3m -set index_format = " {name:22} {email:30} {phone:14|workphone|mobile}" +set index_format = " {name:32} {email:64} {phone:14|workphone|mobile}" # colors set color_header_fg = yellow set color_header_bg = black @@ -15,13 +15,13 @@ set color_list_odd_fg = white set color_list_odd_bg = default set color_list_header_fg = red set color_list_header_bg = default -set color_list_highlight_fg = yellow +set color_list_highlight_fg = white set color_list_highlight_bg = black set color_tab_border_fg = yellow set color_tab_border_bg = default set color_tab_label_fg = red set color_tab_label_bg = default -set color_field_name_fg = yellow +set color_field_name_fg = red set color_field_name_bg = default set color_field_value_fg = green set color_field_value_bg = default |