You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
From dca71f9bc1c48bfdef339a9c27fada9882b2c10c Mon Sep 17 00:00:00 2001 |
|
From: Jamie Nguyen <j@jamielinux.com> |
|
Date: Fri, 5 Dec 2014 15:22:31 +0000 |
|
Subject: [PATCH 2/2] Add solarized-light colorscheme |
|
|
|
--- |
|
contrib/colorschemes/solarized-light | 14 ++++++++++++++ |
|
1 file changed, 14 insertions(+) |
|
create mode 100644 contrib/colorschemes/solarized-light |
|
|
|
diff --git a/contrib/colorschemes/solarized-light b/contrib/colorschemes/solarized-light |
|
new file mode 100644 |
|
index 0000000..52b88ea |
|
--- /dev/null |
|
+++ b/contrib/colorschemes/solarized-light |
|
@@ -0,0 +1,14 @@ |
|
+# solarized color scheme for newsbeuter <http://www.newsbeuter.org/> |
|
+# more on solarized: http://ethanschoonover.com/solarized |
|
+ |
|
+color article default default |
|
+color background default default |
|
+color info default white |
|
+color listfocus white yellow |
|
+color listfocus_unread default yellow |
|
+color listnormal default default |
|
+color listnormal_unread black default |
|
+ |
|
+highlight article "^(Title):.*$" blue default |
|
+highlight article "https?://[^ ]+" red default |
|
+highlight article "\\[image\\ [0-9]+\\]" green default |
|
-- |
|
2.1.0 |
|
|
|
|