diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-18 11:18:14 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-18 11:18:14 +0000 |
commit | 48bc5c779635cd369672405483082115d4f5112b (patch) | |
tree | 0db3be47d825ea04081027f2887290c3fd88ff92 /.newsboat/config | |
parent | update (diff) | |
download | scripts-48bc5c779635cd369672405483082115d4f5112b.tar.gz scripts-48bc5c779635cd369672405483082115d4f5112b.zip |
update
Diffstat (limited to '.newsboat/config')
-rw-r--r-- | .newsboat/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config index 6fdd931..2e77bf0 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -41,3 +41,10 @@ highlight article "\\[image [0-9][0-9]*\\]" color72 default bold highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold highlight article ":.*\\(embedded flash\\)$" color74 default highlight article ":.*\\(image\\)$" color74 default + +# highlight articlelist "https?://[^ ]+" yellow red bold +# highlight articlelist "[0-9]+" yellow red bold + +articlelist-format "%4i %f %D %L %?T?;%-17T; ?%t %a" +# articlelist-title-format "%N %V %S %n - Articles in feed %T (%u unread, %t total) - %U \n %l - %L" +feedlist-format "%4i %4S %11T %n %11u %t" |