diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-04-06 17:18:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-04-06 17:18:45 -0300 |
commit | 65cb95c94ecf0f54ea231c2432b0aecf4621655b (patch) | |
tree | e293be24c4096bf6234c984898ce08789ef2264d | |
parent | 3d711dd269f2b1edb31bfb0e6a3fa7851ea200be (diff) | |
download | newsboat-65cb95c94ecf0f54ea231c2432b0aecf4621655b.tar.gz newsboat-65cb95c94ecf0f54ea231c2432b0aecf4621655b.tar.bz2 |
Fix color for selected item
-rw-r--r-- | config.dot/newsbeuter/colors.link | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config.dot/newsbeuter/colors.link b/config.dot/newsbeuter/colors.link index fe95c86..5af1d17 100644 --- a/config.dot/newsbeuter/colors.link +++ b/config.dot/newsbeuter/colors.link @@ -11,9 +11,9 @@ color info color247 color235 color article color229 default # 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]+\\]" color63 default bold -highlight article "\\[image\\ [0-9]+\\]" color63 default bold -highlight feedlist "^─.*$" color61 color235 bold +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 "\\[image\\ [0-9]+\\]" color63 default bold +highlight feedlist "^─.*$" color61 color235 bold |