acme3k

Personal collection of acme patches
Log | Files | Refs | README

girlpoison.h (681B)


      1 					       /* BACK        HIGH	       BORD	          TEXT	    HTEXT */
      2 static const int taghexcols[] = { 0x000000FF, 0xF855B1FF, 0xF855B1FF, 0xF855B1FF, 0x000000FF };
      3 static const int texthexcols[] = { 0x000000FF, 0xF855B1FF, 0xF855B1FF, 0xF855B1FF, 0x000000FF };
      4 					         /* BACK            HIGH		    BORD 		TEXT			HTEXT */
      5 						/*		     (dirty marker)			(row button)	(column button) */
      6 static const int framehexcols[] = { 0x000000FF,  0xFBAAD1FF, 	    0xF855B1FF,    0xF855B1FF,		0xF855B1FF };
      7 						/*    BACK 		..   TEXT */
      8 static const int button2hexcols[] = { 0xFBAAD1FF, 0, 0, 0x000000FF, 0 };
      9 static const int button3hexcols[] = { 0xFFFFFFFF, 0, 0, 0xF855B1FF, 0 };