comparison src/com/five_ten_sg/connectbot/util/Colors.java @ 75:bf01d1eec5c6 tn5250

convert 5250 to vt320 attributes
author Carl Byington <carl@five-ten-sg.com>
date Sun, 15 Jun 2014 10:56:09 -0700
parents 0ce5cc452d02
children
comparison
equal deleted inserted replaced
74:1aff8d06d5ef 75:bf01d1eec5c6
21 * @author Kenny Root 21 * @author Kenny Root
22 * 22 *
23 */ 23 */
24 public class Colors { 24 public class Colors {
25 public final static Integer[] defaults = new Integer[] { 25 public final static Integer[] defaults = new Integer[] {
26 0xff000000, // black 26 0xff000000, // black // 0
27 0xffcc0000, // red 27 0xffcc0000, // red // 1
28 0xff00cc00, // green 28 0xff00cc00, // green // 2
29 0xffcccc00, // brown 29 0xffcccc00, // brown // 3
30 0xff0000cc, // blue 30 0xff0000cc, // blue // 4
31 0xffcc00cc, // purple 31 0xffcc00cc, // purple // 5
32 0xff00cccc, // cyan 32 0xff00cccc, // cyan // 6
33 0xffcccccc, // light grey 33 0xffcccccc, // light grey // 7
34 0xff444444, // dark grey 34 0xff444444, // dark grey // 8
35 0xffff4444, // light red 35 0xffff4444, // light red // 9
36 0xff44ff44, // light green 36 0xff44ff44, // light green // a
37 0xffffff44, // yellow 37 0xffffff44, // yellow // b
38 0xff4444ff, // light blue 38 0xff4444ff, // light blue // c
39 0xffff44ff, // light purple 39 0xffff44ff, // light purple // d
40 0xff44ffff, // light cyan 40 0xff44ffff, // light cyan // e
41 0xffffffff, // white 41 0xffffffff, // white // f
42 0xff000000, 0xff00005f, 0xff000087, 0xff0000af, 0xff0000d7, 42 0xff000000, 0xff00005f, 0xff000087, 0xff0000af, 0xff0000d7,
43 0xff0000ff, 0xff005f00, 0xff005f5f, 0xff005f87, 0xff005faf, 43 0xff0000ff, 0xff005f00, 0xff005f5f, 0xff005f87, 0xff005faf,
44 0xff005fd7, 0xff005fff, 0xff008700, 0xff00875f, 0xff008787, 44 0xff005fd7, 0xff005fff, 0xff008700, 0xff00875f, 0xff008787,
45 0xff0087af, 0xff0087d7, 0xff0087ff, 0xff00af00, 0xff00af5f, 45 0xff0087af, 0xff0087d7, 0xff0087ff, 0xff00af00, 0xff00af5f,
46 0xff00af87, 0xff00afaf, 0xff00afd7, 0xff00afff, 0xff00d700, 46 0xff00af87, 0xff00afaf, 0xff00afd7, 0xff00afff, 0xff00d700,