From 677eb1ad30321d83f6196672ea1798c0e1712870 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Fri, 7 May 2004 07:52:19 +0000 Subject: Redesigned ncmpc's color support git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/config.sample | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'doc/config.sample') diff --git a/doc/config.sample b/doc/config.sample index d97f69937..f8d2ad4d3 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -6,7 +6,7 @@ #auto_center = no ## wide_cursor - make the cursor as wide as the screen -#wide_cursor = no +#wide_cursor = yes ## ## Color configuration @@ -17,17 +17,25 @@ ## enable/disable colors #enable_colors = no -## background color -#background_color = black - -## text colors -#title_color = white -#line_color = green -#list_color = yellow -#progress_color = green -#status_color = white -#alert_color = yellow - +## background colors: black,red,green,yellow,blue,magenta,cyan,white, none +#color background = black + +## text colors: black, red, green, yellow, blue, magenta, cyan, white, +## brightblack, brightred, brightgreen, brightyellow, brightblue, +## brightmagenta, brightcyan, brightwhite + + +#color title = yellow +#color title-bold = brightyellow +#color line = white +#color line-flags = brightwhite +#color list = green +#color list-bold = brightgreen +#color progressbar = white +#color status-state = brightyellow +#color status-song = yellow +#color status-time = red +#color alert = brightred -- cgit v1.2.3