aboutsummaryrefslogtreecommitdiffstats
path: root/.newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.newsboat/config')
-rw-r--r--.newsboat/config65
1 files changed, 32 insertions, 33 deletions
diff --git a/.newsboat/config b/.newsboat/config
index c0a18b1..6fdd931 100644
--- a/.newsboat/config
+++ b/.newsboat/config
@@ -1,21 +1,33 @@
-# 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
+# configs
+#
+show-read-feeds yes
+history-limit 100
+display-article-progress yes
+# keybindings
+#
+bind-key j next
+bind-key k prev
+bind-key j down article
+bind-key k up article
+bind-key G end
+bind-key g home
+bind-key ^F pagedown
+bind-key ^B pageup
+
+# colors
+#
+color background color255 color0
+# color article white black
+color article color23 black
+color listnormal color24 color0
+color listfocus black green bold
+color listnormal_unread green black bold
+color listfocus_unread black green
+color info green black bold
# highlights
-#highlight article "^(Feed|Title|Link|Date|Author):.*$" color31 color0
-#highlight article "https?://[^ ]+" color9 color0 protect
+highlight article "https?://[^ ]+" color25 color0 protect underline bold
highlight article "^Feed:.*" color174 black
highlight article "^Title:.*" color223 black bold
highlight article "^Author:.*" color114 black
@@ -24,21 +36,8 @@ 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
-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
+highlight article "^Podcast Download URL:.*" color72 default
+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