summaryrefslogtreecommitdiff
path: root/newsbeuter/config
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-03-10 14:29:06 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-03-10 14:29:06 +0000
commit3446f5387389b0e1671481c8a8fb9ea0eed519f6 (patch)
tree543bde435847c700507c3b229460b446f4a09028 /newsbeuter/config
parentc9f80e43f431d89bbccd1ecc68c7b48fb8c01dd4 (diff)
Remove . from dotfiles for convenience
Diffstat (limited to 'newsbeuter/config')
-rw-r--r--newsbeuter/config25
1 files changed, 25 insertions, 0 deletions
diff --git a/newsbeuter/config b/newsbeuter/config
new file mode 100644
index 0000000..84a1546
--- /dev/null
+++ b/newsbeuter/config
@@ -0,0 +1,25 @@
+# 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"