aboutsummaryrefslogtreecommitdiffstats
path: root/.newsboat/config
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
committerterminaldweller <thabogre@gmail.com>2021-10-31 01:44:00 +0000
commit965a52ac2b20d0177719c86dc2a1d18903e9a017 (patch)
tree0ffdac57d934b761ec9230b5368cdf289d3fdd62 /.newsboat/config
parentopewrt,haproxy,nginx,ejabberd,.... (diff)
downloadscripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.tar.gz
scripts-965a52ac2b20d0177719c86dc2a1d18903e9a017.zip
updates
Diffstat (limited to '')
-rw-r--r--.newsboat/config18
1 files changed, 10 insertions, 8 deletions
diff --git a/.newsboat/config b/.newsboat/config
index d9ba148..c0a18b1 100644
--- a/.newsboat/config
+++ b/.newsboat/config
@@ -16,19 +16,21 @@ color article white black
# highlights
#highlight article "^(Feed|Title|Link|Date|Author):.*$" color31 color0
#highlight article "https?://[^ ]+" color9 color0 protect
-highlight article "^Feed:.*" color174 color237
-highlight article "^Title:.*" color223 color237 bold
-highlight article "^Author:.*" color114 color237
-highlight article "^Link:.*" color116 color237
-highlight article "^Date:.*" color223 color237
-highlight article "\\[[0-9][0-9]*\\]" color66 color237 bold
-highlight article "\\[image [0-9][0-9]*\\]" color109 color237 bold
-highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 color237 bold
+highlight article "^Feed:.*" color174 black
+highlight article "^Title:.*" color223 black bold
+highlight article "^Author:.*" color114 black
+highlight article "^Link:.*" color116 black
+highlight article "^Date:.*" color223 black
+highlight article "\\[[0-9][0-9]*\\]" color66 black bold
+highlight article "\\[image [0-9][0-9]*\\]" color109 black bold
+highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 black bold
bind-key j next
bind-key k prev
bind-key j down article
bind-key k up article
+bind-key ^F pagedown
+bind-key ^B pageup
highlight article "(^Feed:.*|^Title:.*|^Author:.*)" color75 default
highlight article "(^Link:.*|^Date:.*)" color75 default