aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config.sample
blob: d97f69937ea19ad32d3280bff4df9218ed4fcef5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
##
## Configuration file for ncmpc (~/.ncmpc/config)
## 

## auto center (center the playing track in the playlist)
#auto_center = no

## wide_cursor - make the cursor as wide as the screen
#wide_cursor = no

##
## Color configuration
##
## colors: black,red,green,yellow,blue,magenta,cyan,white 
##

## 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