open-insight/LSL2/STPROCINS/APPCOLORS.txt
2024-03-25 15:12:53 -07:00

66 lines
2.8 KiB
Plaintext

COMPILE INSERT AppColors
EQU LTGREY$ TO 229 + (229*256) + (229*65536)
EQU GREY$ TO 192 + (192*256) + (192*65536)
EQU GREEN$ TO 192 + (220*256) + (192*65536)
EQU PINK$ TO 220 + (192*256) + (192*65536)
EQU RED$ TO 255 + (128*256) + (128*65536)
EQU BLUE$ TO 128 + (255*256) + (255*65536)
EQU WHITE$ TO 255 + (255*256) + (255*65536)
EQU YELLOW$ TO 255 + (255*256) + (202*65536)
EQU LTBLUE$ TO 152 + (157*256) + (255*65536)
EQU PURPLE$ TO 225 + (181*256) + (255*65536)
EQU ORANGE$ TO 255 + (176*256) + (0*65536)
EQU LTORANGE$ TO 255 + (220*256) + (128*65536)
EQU BLACK$ TO 5 + (5*256) + (5*65536)
EQU BGREEN$ TO 0 + (255*256) + (0*65536)
EQU BRED$ TO 255 + 0 + 0
EQU BYELLOW$ TO 255 + (255*256) + 0
EQU BBLUE$ TO 0 + (255*256) + (255*65536)
EQU FONTGREEN$ TO 0 + (128*256) + (0*65536)
EQU STATUS_YELLOW$ TO 252 + (251*256) + (222*65536) ;* Staus Line at bottom of screen * 1/8/2014 JCH
EQU RCV_BLUE$ TO 228 + (239*256) + (252*65536)
EQU PRE_BLUE$ TO 198 + (221*256) + (249*65536)
EQU INP_BLUE$ TO 167 + (202*256) + (245*65536)
EQU POS_BLUE$ TO 136 + (184*256) + (242*65536)
EQU LS1_GREEN$ TO 219 + (253*256) + (234*65536) ;* Layer Set spec table on EPI_PART Window
EQU LS2_GREEN$ TO 182 + (250*256) + (213*65536)
EQU LS3_GREEN$ TO 165 + (248*256) + (202*65536)
EQU CMB_YELLOW$ TO 243 + (249*256) + (147*65536)
EQU PR1_RED$ TO 243 + (95*256) + (95*65536) ;* GaN Characterization Priorities
EQU PR2_RED$ TO 249 + (164*256) + (164*65536)
EQU PR3_RED$ TO 253 + (220*256) + (220*65536)
EQU VL_RED$ TO 253 + (227*256) + (227*65536) ;* This matches RCV_BLUE$ in intensity this is also PINK!
EQU VL_YELLOW$ TO 250 + (252*256) + (228*65536)
EQU VL_GREEN$ TO 253 + (253*256) + (227*65536) ;* This matches RCV_BLUE$ in intensity
EQU CI_GROUP_BLUE$ TO 116 + (186*256) + (186*65536)
EQU MU_GREEN$ TO 176 + (238*256) + (176*65536)
EQU KEY_YELLOW$ TO 255 + (255*256) + (128*65536)
EQU SYSTEM_BACK$ TO 236 + (233*256) + (216*65536)
EQU GAN_BLUE$ TO 203 + (254*256) + (254*65536)
EQU SAP_TAN$ TO 255 + (240*256) + (158*65536)
EQU SAP_LT_BLUE$ TO 203 + (219*256) + (255*65536)
EQU SAP_DK_BLUE$ TO 174 + (206*256) + (219*65536)
EQU SAP_READ_ONLY$ TO 217 + (229*256) + (242*65536)
EQU OI_BLUE$ TO 1 + (120*256) + (215*65536) ;* Matches the default blue of OI selection style in edit tables
EQU OI_GREY$ TO 225 + (225*256) + (225*65536) ;* Matches the default grey of OI push buttons when not hot
EQU OI_HOT_BLUE$ TO 229 + (241*256) + (251*65536) ;* Matches the default blue of OI push buttons when hot
EQU OI_CLICK_BLUE$ TO 205 + (228*256) + (246*65536) ;* Matches the default blue of OI push buttons when depressed
EQU FORM_GRAY$ TO 15790320
EQU READONLY_GREEN$ TO 192 + (220*256) + (192*65536)