summaryrefslogtreecommitdiff
path: root/newsbeuter/config
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2016-04-19 15:24:25 +0100
commite146e947c52ac4adbe426b3f893faff1e46ed5f8 (patch)
tree1605bf4eb78cc619988c92632f3cee2a56143fd5 /newsbeuter/config
parent83bd503208d45fa837348441196dd07223b13e3e (diff)
Use GNU stow for dotfiles management
Diffstat (limited to 'newsbeuter/config')
-rw-r--r--newsbeuter/config25
1 files changed, 0 insertions, 25 deletions
diff --git a/newsbeuter/config b/newsbeuter/config
deleted file mode 100644
index 84a1546..0000000
--- a/newsbeuter/config
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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
-
-# vim-like navigation
-bind-key j down
-bind-key k up
-bind-key h left
-bind-key l right
-
-browser "qutebrowser %u"