diff options
author | Patrick Simianer <p@simianer.de> | 2015-05-31 13:53:40 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-05-31 13:53:40 +0200 |
commit | 0903a27642388c0b0f99292404d9ba4c9cae1275 (patch) | |
tree | cdfb7fbc0c71070a951e7b5a50bd83d97722e8c8 /.newsbeuter | |
parent | 56c4d066562ea013d13f27f619d6fa2c1454113c (diff) |
mv newsbeuter config
Diffstat (limited to '.newsbeuter')
-rw-r--r-- | .newsbeuter/config | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.newsbeuter/config b/.newsbeuter/config deleted file mode 100644 index 6187765..0000000 --- a/.newsbeuter/config +++ /dev/null @@ -1,25 +0,0 @@ -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 "chromium &>/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 - |