From d75fe7bec59fc7d780161934513900f56db6b08b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 6 Apr 2015 17:32:59 -0300 Subject: Fix color for selected item (2) --- config.dot/newsbeuter/colors.link | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.dot/newsbeuter/colors.link b/config.dot/newsbeuter/colors.link index 5af1d17..20f4276 100644 --- a/config.dot/newsbeuter/colors.link +++ b/config.dot/newsbeuter/colors.link @@ -4,16 +4,18 @@ # http://www.newsbeuter.org/doc/newsbeuter.html#_configuring_colors # colors -color background color229 default -color listnormal color229 default -color listfocus color229 color61 bold -color info color247 color235 -color article color229 default +color background color229 default +color listnormal color229 default +color listfocus color229 color61 bold +color info color247 color235 +color article color229 default +color listnormal_unread color229 default +color listfocus_unread color229 color61 bold # highlights highlight article "^(Feed|Link):.*$" color39 default bold highlight article "^(Title|Date|Author):.*$" color39 default bold highlight article "https?://[^ ]+" color46 default underline -highlight article "\\[[0-9]+\\]" color229 color61 bold +highlight article "\\[[0-9]+\\]" color63 default bold highlight article "\\[image\\ [0-9]+\\]" color63 default bold -highlight feedlist "^─.*$" color61 color235 bold +highlight feedlist "^─.*$" color229 color61 bold -- cgit v1.2.3