diff options
Diffstat (limited to '.newsboat/config')
-rw-r--r-- | .newsboat/config | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..d9ba148 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,42 @@ +# colors +#color background color255 color0 +#color listnormal color255 color0 +#color listfocus color255 color88 bold +#color listnormal_unread color255 color0 bold +#color listfocus_unread color255 color88 bold +#color info color255 color31 +#color article color255 color0 +color listfocus green black bold +color listnormal_unread green black +color listfocus_unread green black bold +color info green black bold +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 + +bind-key j next +bind-key k prev +bind-key j down article +bind-key k up article + +highlight article "(^Feed:.*|^Title:.*|^Author:.*)" color75 default +highlight article "(^Link:.*|^Date:.*)" color75 default +highlight article "^Podcast Download URL:.*" color71 default +highlight article "^Links:" white color240 underline +highlight article "\\[[0-9][0-9]*\\]" color72 default bold +highlight article "\\[image [0-9][0-9]*\\]" color72 default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold +highlight article ":.*\\(link\\)$" color74 default +highlight article ":.*\\(image\\)$" color74 default +highlight article ":.*\\(embedded flash\\)$" color74 default |