'MONITOR color' /* gray scale isn't MONO */ 'BLINK off' /* allow INTENS globally */ 'BORDER white' /* corresponds to BGEDIT */ FGEDIT = 'black' /* foreground input area */ FGINFO = 'bold white' /* foreground info areas */ BGLINE = 'on cyan' /* background input line */ BGEDIT = 'on white' /* background input area */ BGINFO = 'on brown' /* background info areas */ INTENS = 'blinking' /* background bold */ STATUS = FGINFO BGINFO /* status area */ HELPER = STATUS /* misc. infos */ FOCUS = FGEDIT BGLINE /* input focus */ BLOCK = FGEDIT BGEDIT /* edited file */ MOUSE = STATUS /* mouse areas */ ALERT = FGINFO BGLINE /* messages */ FAREA = INTENS BLOCK /* edited file */ 'COLOR Filearea' FAREA 'COLOR Cmdline' BLOCK 'COLOR Pending' BLOCK 'COLOR Curline' BLOCK /* Cur */ 'COLOR Block' BLOCK /* Box */ 'COLOR Cblock' FOCUS /* C+B */ 'COLOR Highlight' INTENS FOCUS /* Tag */ 'COLOR Chighlight' BLOCK /* C+T */ 'COLOR Thighlight' FOCUS /* Loc */ 'COLOR Cthighlight' FAREA /* C+L */ 'COLOR Idline' STATUS 'COLOR Scale' STATUS 'COLOR Ctofeof' STATUS /* C+E */ 'COLOR Tabline' STATUS 'COLOR Statarea' STATUS 'COLOR Divider' STATUS 'COLOR Dialog' STATUS 'COLOR Arrow' HELPER 'COLOR Prefix' HELPER 'COLOR Tofeof' HELPER /* Eof */ 'COLOR Shadow' HELPER 'COLOR Scrollbar' MOUSE 'COLOR Slider' MOUSE 'COLOR Mousebar' MOUSE 'COLOR Alert' ALERT 'COLOR Msgline' ALERT