summaryrefslogtreecommitdiffstats
path: root/newsboat
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-03-24 12:09:00 +0000
committerMatthew Lemon <matt@matthewlemon.com>2021-03-24 12:09:00 +0000
commite01d86b637dff60020d32a3152ba79d33e48d188 (patch)
tree8ddea0cd36500c15910592cf802ae265b28f850f /newsboat
parente3e93f300753a4d234b63a72eef8f9ee9a24d4c7 (diff)
added solarized light colour theme
Diffstat (limited to 'newsboat')
-rw-r--r--newsboat/config28
1 files changed, 27 insertions, 1 deletions
diff --git a/newsboat/config b/newsboat/config
index b321a9a..7418629 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -22,7 +22,33 @@ bind-key x pb-delete
refresh-on-startup yes
define-filter "Linux articles" "title =~ \"Linux\""
-color info color15 color6
+#color info color15 color6
+
+
+
+# Light 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 listnormal_unread default default
+color listfocus white yellow
+color listfocus_unread white yellow
+color info default white
+color article default default
+
+# highlights
+highlight article "^(Title):.*$" blue default
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
+
+
+
+
#macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u"
#color listfocus color15 color0
#color listfocus color14 color0