diff 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
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/util/Colors.java	Sat Jun 14 09:04:35 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/util/Colors.java	Sun Jun 15 10:56:09 2014 -0700
@@ -23,22 +23,22 @@
  */
 public class Colors {
     public final static Integer[] defaults = new Integer[] {
-        0xff000000, // black
-        0xffcc0000, // red
-        0xff00cc00, // green
-        0xffcccc00, // brown
-        0xff0000cc, // blue
-        0xffcc00cc, // purple
-        0xff00cccc, // cyan
-        0xffcccccc, // light grey
-        0xff444444, // dark grey
-        0xffff4444, // light red
-        0xff44ff44, // light green
-        0xffffff44, // yellow
-        0xff4444ff, // light blue
-        0xffff44ff, // light purple
-        0xff44ffff, // light cyan
-        0xffffffff, // white
+        0xff000000, // black        // 0
+        0xffcc0000, // red          // 1
+        0xff00cc00, // green        // 2
+        0xffcccc00, // brown        // 3
+        0xff0000cc, // blue         // 4
+        0xffcc00cc, // purple       // 5
+        0xff00cccc, // cyan         // 6
+        0xffcccccc, // light grey   // 7
+        0xff444444, // dark grey    // 8
+        0xffff4444, // light red    // 9
+        0xff44ff44, // light green  // a
+        0xffffff44, // yellow       // b
+        0xff4444ff, // light blue   // c
+        0xffff44ff, // light purple // d
+        0xff44ffff, // light cyan   // e
+        0xffffffff, // white        // f
         0xff000000, 0xff00005f, 0xff000087, 0xff0000af, 0xff0000d7,
         0xff0000ff, 0xff005f00, 0xff005f5f, 0xff005f87, 0xff005faf,
         0xff005fd7, 0xff005fff, 0xff008700, 0xff00875f, 0xff008787,