Add solarized-light colorscheme

This commit is contained in:
Jamie Nguyen 2014-12-05 15:34:54 +00:00
parent 92e53aa36a
commit 75a500e6b8
2 changed files with 14 additions and 9 deletions

View File

@ -1,14 +1,14 @@
From 2261dbb8be65750e5ce491f24a66ec1f8ddecaa0 Mon Sep 17 00:00:00 2001
From 26701fe66aa7d2efc17042e2ec7004e4b0aee233 Mon Sep 17 00:00:00 2001
From: Jamie Nguyen <j@jamielinux.com>
Date: Thu, 4 Dec 2014 17:53:22 +0000
Subject: [PATCH] Improve solarized dark colorscheme
Date: Fri, 5 Dec 2014 15:22:13 +0000
Subject: [PATCH 1/2] Improve solarized-dark colorscheme
---
contrib/colorschemes/solarized-dark | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/contrib/colorschemes/solarized-dark b/contrib/colorschemes/solarized-dark
index d6cbb0d..ac9b961 100644
index d6cbb0d..4e9dc57 100644
--- a/contrib/colorschemes/solarized-dark
+++ b/contrib/colorschemes/solarized-dark
@@ -1,8 +1,14 @@
@ -24,12 +24,12 @@ index d6cbb0d..ac9b961 100644
+color background default default
+color info default black
+color listfocus black yellow
+color listfocus_unread default yellow bold
+color listfocus_unread default yellow
+color listnormal default default
+color listnormal_unread white default
+
+highlight article "^(Title):.*$" red default
+highlight article "https?://[^ ]+" blue default
+highlight article "^(Title):.*$" blue default
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
--
2.1.0

View File

@ -1,6 +1,6 @@
Name: newsbeuter
Version: 2.8
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Configurable text-based feed reader
Group: Applications/Internet
@ -8,9 +8,10 @@ License: MIT
URL: http://newsbeuter.org/
Source0: http://newsbeuter.org/downloads/%{name}-%{version}.tar.gz
# https://github.com/akrennmair/newsbeuter/pull/156
# https://github.com/akrennmair/newsbeuter/pull/157
# The included colorscheme is suboptimal.
Patch0: %{name}-2.8-Improve-solarized-dark-colorscheme.patch
Patch1: %{name}-2.8-Add-solarized-light-colorscheme.patch
BuildRequires: gettext
BuildRequires: json-c-devel
@ -32,6 +33,7 @@ keyboard.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
@ -60,6 +62,9 @@ find contrib/ -type f -exec chmod -x '{}' ';'
%changelog
* Fri Dec 05 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.8-6
- add solarized-light colorscheme
* Thu Dec 04 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 2.8-5
- remove executable permissions from contrib/ scripts
- improve solarized dark colorscheme