'MONITOR color' /* resets Kedit defaults */ 'BLINK off' /* allow INTENS globally */ 'BORDER white' /* corresponds to BGLINE */ FGEDIT = 'black' /* foreground input area */ FGTAGS = 'blue' /* foreground input tags */ FGINFO = 'bold white' /* foreground other area */ BGLINE = 'on white' /* background input line */ BGEDIT = 'on cyan' /* background input area */ BGINFO = 'on blue' /* background info areas */ INTENS = 'blinking' /* background bold */ STATUS = FGINFO BGINFO /* status area */ HELPER = FGINFO BGEDIT /* misc. infos */ FOCUS = FGEDIT BGLINE /* input focus */ FAREA = FGEDIT BGEDIT /* edited file */ MOUSE = FGTAGS BGLINE /* mouse areas */ ALERT = FGINFO 'on red' /* messages */ BLOCK = FGEDIT 'on green' /* marked input area */ 'COLOR Filearea' FAREA 'COLOR Cmdline' FOCUS 'COLOR Pending' FOCUS 'COLOR Curline' FOCUS /* Cur */ 'COLOR Block' BLOCK /* Box */ 'COLOR Cblock' INTENS BLOCK /* C+B */ 'COLOR Highlight' FGTAGS BGEDIT /* Tag */ 'COLOR Chighlight' FGTAGS BGLINE /* C+T */ 'COLOR Thighlight' INTENS FAREA /* Loc */ 'COLOR Cthighlight' INTENS 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 Mousebar' MOUSE 'COLOR Scrollbar' MOUSE 'COLOR Slider' MOUSE 'COLOR Msgline' ALERT 'COLOR Alert' ALERT