! JAPA configuration file
! 
! Install as /etc/japa.conf (system defaults) or
! ~/.japarc (user preferences).
!
! Make sure there are no trailing spaces at the end of lines.


! Uncomment to use JACK:  (or use -J)
!
japa.jack:              true


! Uncomment to use ALSA: (or use -A, -d, -r, -p, -n)
!
!japa.alsa               true
!japa.device             hw:0
!japa.fsamp              48000
!japa.period             1024
!japa.nfrags             2


! These are the built-in default colors and fonts.
!
!japa.color.main.bg:     #ece8dc
!japa.color.main.fg:     black
!japa.color.main.ds:     gray20
!japa.color.main.ls:     white
!japa.color.spect.bg:    white
!japa.color.spect.fg:    blue
!japa.color.spect.gr:    gray80
!japa.color.spect.sc:    black
!japa.color.spect.trA:   red
!japa.color.spect.pkA:   #FFA0A0
!japa.color.spect.trB:   blue
!japa.color.spect.pkB:   #A0A0FF
!japa.color.spect.trM:   darkgreen
!japa.color.text.fg:     black
!japa.color.butt.bg0:    #e0d8d0
!japa.color.butt.bg1:    yellow
!japa.color.butt.bgA:    red
!japa.color.butt.bgB:    blue
!japa.color.butt.bgM:    green
!japa.color.butt.fg0:    black
!japa.color.butt.fg1:    black
!japa.color.butt.fgA:    white
!japa.color.butt.fgB:    white
!japa.color.butt.fgM:    black
!japa.font.about1:       times:pixelsize=24
!japa.font.about2:       times:pixelsize=14
!japa.font.button:       luxi:pixelsize=12
!japa.font.labels:       luxi:pixelsize=11
!japa.font.scales:       luxi:pixelsize=9


! Alternate color scheme.
!
japa.color.main.bg:     gray30
japa.color.main.fg:     white
japa.color.main.ds:     gray10
japa.color.main.ls:     gray60
japa.color.spect.bg:    black
japa.color.spect.fg:    white
japa.color.spect.gr:    gray20
japa.color.spect.sc:    white
japa.color.spect.trA:   #FF0000
japa.color.spect.pkA:   #FFA0A0
japa.color.spect.trB:   #0000FF
japa.color.spect.pkB:   #A0A0FF
japa.color.spect.trM:   #00FF00
japa.color.text.fg:     black
japa.color.butt.bg0:    gray40
japa.color.butt.bg1:    yellow
japa.color.butt.bgA:    red
japa.color.butt.bgB:    blue
japa.color.butt.bgM:    green
japa.color.butt.fg0:    white
japa.color.butt.fg1:    black
japa.color.butt.fgA:    white
japa.color.butt.fgB:    white
japa.color.butt.fgM:    black
japa.font.about1:       times:pixelsize=24
japa.font.about2:       times:pixelsize=14
japa.font.button:       luxi:pixelsize=12
japa.font.labels:       luxi:pixelsize=11
japa.font.scales:       luxi:pixelsize=9


