diff options
author | Kalle Wallin <kaw@linux.se> | 2004-05-07 07:52:19 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-05-07 07:52:19 +0000 |
commit | 677eb1ad30321d83f6196672ea1798c0e1712870 (patch) | |
tree | e59bd568fd197b46da0779b1c43642c6bf6ae0e6 /doc/config.sample | |
parent | ab032e2b5a5499f783c034eeb64a1dd3f3387a1c (diff) | |
download | mpd-677eb1ad30321d83f6196672ea1798c0e1712870.tar.gz mpd-677eb1ad30321d83f6196672ea1798c0e1712870.tar.xz mpd-677eb1ad30321d83f6196672ea1798c0e1712870.zip |
Redesigned ncmpc's color support
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/config.sample')
-rw-r--r-- | doc/config.sample | 32 |
1 files changed, 20 insertions, 12 deletions
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 |