diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-04-06 17:32:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-04-06 17:32:59 -0300 |
commit | d75fe7bec59fc7d780161934513900f56db6b08b (patch) | |
tree | 13a54dab367f4333dbbeb8f1d99450d4a120d75b | |
parent | 65cb95c94ecf0f54ea231c2432b0aecf4621655b (diff) | |
download | newsboat-d75fe7bec59fc7d780161934513900f56db6b08b.tar.gz newsboat-d75fe7bec59fc7d780161934513900f56db6b08b.tar.bz2 |
Fix color for selected item (2)
-rw-r--r-- | config.dot/newsbeuter/colors.link | 16 |
1 files 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 |