# HG changeset patch
# User Alexander Steinböck <z3ttacht@grml.org>
# Date 1202314502 -3600
# Node ID 37c0f67d818a0e34276493622aa41edc6388675a
# Parent  6ec86ccc80cfe83d9bf6fa2f0644de069295bda0
Initial config for newsbeuter. Providing .newsbeuter/colors.

diff -r 6ec86ccc80cf -r 37c0f67d818a etc/skel/.newsbeuter/colors
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/skel/.newsbeuter/colors	Wed Feb 06 17:15:02 2008 +0100
@@ -0,0 +1,37 @@
+# Filename:      .newsbeuter/colors
+# Purpose:       Color declarations (red/yellow) for newsbeuter, a
+#                sophisticated ncurses based RSS reader.
+# Authors:       grml-team (grml.org), (c) Alexander Steinböck <z3ttacht@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2.
+# Latest Change: Sat Feb 02 23:10:23 CET 2008 [z3ttacht]
+################################################################################
+# Supported elements: {{{1
+#   listnormal : a normal list item
+#   listfocus  : the currently selected list item
+#   info       : the info bars on top and bottom
+#   background : the application background
+#   article    : the article text
+# Supported colors: {{{1
+#   black         magenta
+#   red           cyan
+#   green         white
+#   yellow        default
+#   blue
+# Supported attributes: {{{1
+#   standout      dim
+#   underline     bold
+#   reverse       protect
+#   blink         invis
+#   dim
+# }}}1
+
+# color  <element>   <foreground color> <background color> [<attribute> ...]
+  color	  background  white   black
+  color   listnormal  white   black   invis
+  color   info        white   yellow  bold
+  color   listfocus   white   red     bold
+  color   article     white   black   dim
+
+## END OF FILE ##################################################################
+#

