diff options
-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 |