1# VCP config
2#
3# file paths:
4# 1. /etc/vcp.conf
5# 2. ~/.vcp
6
7# valid colors:
8#  black, red, green, yellow, blue, magenta, cyan, white,
9#  black2,red2,green2,yellow2,blue2,magenta2,cyan2,white2,off (default)
10#
11#  the *2 colors are brighter
12#  if yellow looks brown try yellow2
13color = "off"
14
15# screen state when exiting,
16#  leave will simply exit
17#  summary will output to console
18#  keywait waits for a keypress then exits (default)
19screen = "keywait"
20
21# flags to enable
22flags = ""
23
24# read buffer size (leave blank for default)
25readbuf = ""
26
27# screen border, default off
28border = "off"
29
30