From 0bdfc581ce38e745de812eb9e79f7ece14777d68 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 7 Mar 2016 14:09:04 +0000 Subject: Add newsbeuter configuration --- .newsbeuter/config | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .newsbeuter/config (limited to '.newsbeuter/config') 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 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 -- cgit v1.2.3