diff options
author | pks <pks@pks.rocks> | 2020-11-10 10:43:08 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-10 10:43:08 +0100 |
commit | 535e887945a92af1615da290fa9b3d17a58afd64 (patch) | |
tree | cd9065e4ddf4fe04473aa866766abc825669e88e /newsboat | |
parent | ec13252788ca52fbcd0855804b8c8c48634ae96f (diff) |
fix highlight color
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/.newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 2135935..c205ed6 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -5,8 +5,8 @@ color listfocus color125 black color listfocus_unread color201 black bold color info color7 black color article color246 black -highlight feedlist "^.* N .*$" color15 default bold -highlight articlelist "^.* N .*$" color15 default bold +#highlight feedlist "^.* N .*$" color15 default bold +#highlight articlelist "^.* N .*$" color15 default bold highlight article "^Feed: .*$" color3 default highlight article "^Author: .*$" color5 default highlight article "^Link: .*$" blue default |