Tera Term Pro のansi colorの設定
Tera Term Proの背景を黒に設定したときに
単純に見やすいように設定を変更
; ANSI color definition (in the case FullColor=on) ; * UseTextColor should be off, or the background and foreground color of ; VTColor are assigned to color-number 0 and 7 respectively, even if ; they are specified in ANSIColor. ; * ANSIColor is a set of 4 values that are color-number(0--15), ; red-value(0--255), green-value(0--255) and blue-value(0--255). ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,64,64,64, 9,192,0,0, 10,108,108,108, 11,192,192,0, 12,199,186,235, 13,192,0,192, 14,0,200,200, 15,192,192,192