diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-07 14:09:04 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-07 14:09:04 +0000 |
commit | 0bdfc581ce38e745de812eb9e79f7ece14777d68 (patch) | |
tree | 0c44ea2b6c4691e7ca25eb232afc9080f70bebfd /.newsbeuter/config | |
parent | 865e5c6f037d0ed6730f4542c09b7e48949b1cce (diff) |
Add newsbeuter configuration
Diffstat (limited to '.newsbeuter/config')
-rw-r--r-- | .newsbeuter/config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.newsbeuter/config b/.newsbeuter/config new file mode 100644 index 0000000..e392b77 --- /dev/null +++ b/.newsbeuter/config @@ -0,0 +1,17 @@ +# Dark solarized color scheme for newsbeuter, based on +# Ethan Schoonover's Solarized. +# +# In order to use this color scheme, you must first configure +# your terminal emulator to use the Solarized palette. +# See <http://ethanschoonover.com/solarized/> for more information. + +color background default default +color listnormal default default +color listfocus black yellow +color info default black +color article default default + +# highlights +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default |