diff options
author | Patrick Simianer <p@simianer.de> | 2017-05-21 16:23:45 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-05-21 16:23:45 +0200 |
commit | f74ae9d2f27fdade4de957b7ae5ab47642c645c0 (patch) | |
tree | 89a5b74a552f76409358c41af9de60c5882474f3 | |
parent | 5c94af2c13cb4c41b885513ff9ee44b2c7c10941 (diff) |
newsbeuter
-rw-r--r-- | by_host/Darwin/newsbeuter/.newsbeuter/config | 25 | ||||
-rw-r--r-- | by_host/Linux/newsbeuter/.newsbeuter/config | 25 |
2 files changed, 50 insertions, 0 deletions
diff --git a/by_host/Darwin/newsbeuter/.newsbeuter/config b/by_host/Darwin/newsbeuter/.newsbeuter/config new file mode 100644 index 0000000..a358dbc --- /dev/null +++ b/by_host/Darwin/newsbeuter/.newsbeuter/config @@ -0,0 +1,25 @@ +highlight article "^Title: .*$" magenta black bold +color listnormal white black +color listfocus magenta black +color listfocus_unread black white +color info color7 black +color article color246 black + +#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 +#highlight article "^Date: .*$" color4 default + +browser "open-in-safari" +show-read-articles no + +bind-key j down +bind-key k up +bind-key h left +bind-key l right +bind-key m toggle-show-read-feeds +bind-key a mark-feed-read +bind-key o open-in-browser-and-mark-read + diff --git a/by_host/Linux/newsbeuter/.newsbeuter/config b/by_host/Linux/newsbeuter/.newsbeuter/config new file mode 100644 index 0000000..3e2bbe0 --- /dev/null +++ b/by_host/Linux/newsbeuter/.newsbeuter/config @@ -0,0 +1,25 @@ +highlight article "^Title: .*$" magenta black bold +color listnormal white black +color listfocus magenta black +color listfocus_unread black white +color info color7 black +color article color246 black + +#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 +#highlight article "^Date: .*$" color4 default + +browser "firefox &>/dev/null" +show-read-articles no + +bind-key j down +bind-key k up +bind-key h left +bind-key l right +bind-key m toggle-show-read-feeds +bind-key a mark-feed-read +bind-key o open-in-browser-and-mark-read + |