From d6f8229a302f2d548e83f5a9ce8730be786d72e0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:16:36 +0200 Subject: .config/newsbeuter/config --- .config/newsbeuter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index a4255c3..b3c6c89 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -18,7 +18,7 @@ html-renderer "w3m -dump -T text/HTML -cols 80" text-width 80 # colors -color listfocus default color0 bold +color listfocus default red bold color info color0 white # highlight -- cgit v1.2.3-54-g00ecf From dc6e1604db1fa24c9a197de3308515902a694eaa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:17:06 +0200 Subject: .config/newsbeuter/config --- .config/newsbeuter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index b3c6c89..2867414 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -19,7 +19,7 @@ text-width 80 # colors color listfocus default red bold -color info color0 white +color info white black bold # highlight highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold -- cgit v1.2.3-54-g00ecf From ad2bb5557ab92ffb5051459eb26c604359daf0ab Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:17:27 +0200 Subject: .config/newsbeuter/config --- .config/newsbeuter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index 2867414..ad8c0f0 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -19,7 +19,7 @@ text-width 80 # colors color listfocus default red bold -color info white black bold +color info white black # highlight highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold -- cgit v1.2.3-54-g00ecf From 5c12ebca7d1c8acb85ad8aacdfdf8580b1079b69 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:18:31 +0200 Subject: .config/newsbeuter/config --- .config/newsbeuter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index ad8c0f0..ae56da0 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -19,7 +19,7 @@ text-width 80 # colors color listfocus default red bold -color info white black +color info default black bold # highlight highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold -- cgit v1.2.3-54-g00ecf From 3bb8a7e56c63d91096bfaa6d5252ab0dcf8bc746 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:18:44 +0200 Subject: .config/newsbeuter/config --- .config/newsbeuter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index ae56da0..b751683 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -18,7 +18,7 @@ html-renderer "w3m -dump -T text/HTML -cols 80" text-width 80 # colors -color listfocus default red bold +color listfocus default red color info default black bold # highlight -- cgit v1.2.3-54-g00ecf From f1e52131660508fc6d065eb3c5369c31cd1a2ab9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 22 Jul 2012 16:36:38 +0200 Subject: Move newsbeuter config to newdot project --- .config/newsbeuter/config | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .config/newsbeuter/config (limited to '.config/newsbeuter/config') diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config deleted file mode 100644 index b751683..0000000 --- a/.config/newsbeuter/config +++ /dev/null @@ -1,28 +0,0 @@ -# -*- eval: (git-auto-commit-mode 1) -*- -auto-reload yes -browser firefox -confirm-exit yes -feedlist-format "%-35t %?d?- %-35d&? %> %u" -max-items 500 -notify-program notify-send -notify-beep yes -reload-threads 3 -reload-time 60 -show-read-feeds no -show-read-articles no -articlelist-format "%-4i %f %t" -feedlist-title-format "%N %V %> %u feeds with new articles" -articlelist-title-format "%T" -article-sort-order date-desc -html-renderer "w3m -dump -T text/HTML -cols 80" -text-width 80 - -# colors -color listfocus default red -color info default black bold - -# highlight -highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold - -# keys -bind-key i prev-dialog -- cgit v1.2.3-54-g00ecf