home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Color-configfile for SHOW-LOG 1.2
- ;
- ; Rename to COLOR.CFG if neccessary!
- ;
- ; Include this file in your SHOWL.CFG using 'INCLUDE COLOR.CFG'
- ;
- ;
- ; Syntax:
- ;
- ; COLOR <area> <element> <foreground> <background>
- ;
- ; <area> DESKTOP (1)
- ; MAIN (2)
- ; INFO (3)
- ; STATE (4)
- ; LOG (5)
- ; INPUT (6)
- ; CHOOSE (7)
- ; ERROR (8)
- ; NOTES (9)
- ;
- ; aviable for (element-nr.)
- ; <element> BACK (1)
- ; TOP (1)
- ; BOTTOM (1)
- ; AKA (1)
- ; TIME (1,2)
- ; PID (1)
- ; COUNTER (1)
- ; BBS (1)
- ; NAME (1)
- ; KEYS (2,5)
- ; HEADER (2,3,4,5,6,7)
- ; WINDOW (all)
- ; BAR (2,5,7)
- ; SCROLL (2,5)
- ; ITEM (3,4,7)
- ; DATA (3,4)
- ; SITE (2)
- ; OTIME (2)
- ; OSITE (2)
- ; FTIME (2)
- ; FSITE (2)
- ; TEXT (5)
- ; INPUT (6)
- ;
- ; <foreground> BLACK
- ; BLUE
- ; LBLUE
- ; GREEN
- ; LGREEN
- ; CYAN
- ; LCYAN
- ; GRAY
- ; LGRAY
- ; MAGENTA
- ; LMAGENTA
- ; BROWN
- ; YELLOW
- ; RED
- ; LRED
- ; WHITE
- ;
- ; <background> BLACK
- ; BLUE
- ; GREEN
- ; BROWN
- ; RED
- ; CYAN
- ; MAGENTA
- ; LGRAY
- ;
- ; Desktop (Background, Name, BBS, etc.)
- ;
- COLOR DESKTOP BACK LGRAY BLUE
- COLOR DESKTOP TOP BLUE LGRAY
- COLOR DESKTOP BOTTOM BLACK LGRAY
- COLOR DESKTOP KEYS RED LGRAY
- COLOR DESKTOP AKA RED LGRAY
- COLOR DESKTOP NAME YELLOW LGRAY
- COLOR DESKTOP BBS RED LGRAY
- COLOR DESKTOP COUNTER BLUE LGRAY
- COLOR DESKTOP TIME BLUE LGRAY
- COLOR DESKTOP PID BLUE LGRAY
- ;
- ; Main window
- ;
- COLOR MAIN WINDOW LCYAN BLACK
- COLOR MAIN HEADER YELLOW BLACK
- COLOR MAIN KEYS WHITE BLACK
- COLOR MAIN TIME GREEN BLACK
- COLOR MAIN SITE LGREEN BLACK
- COLOR MAIN OTIME CYAN BLACK
- COLOR MAIN OSITE LCYAN BLACK
- COLOR MAIN FTIME BROWN BLACK
- COLOR MAIN FSITE YELLOW BLACK
- COLOR MAIN BAR WHITE RED
- COLOR MAIN SCROLL YELLOW BLACK
- ; This will be displayed blinking:
- COLOR MAIN ERROR LRED BLACK
- ;
- ; State window
- ;
- COLOR STATE WINDOW CYAN BLACK
- COLOR STATE HEADER WHITE BLACK
- COLOR STATE ITEM LCYAN BLACK
- COLOR STATE DATA LGRAY BLACK
- ;
- ; Info window
- ;
- COLOR INFO WINDOW CYAN BLACK
- COLOR INFO HEADER WHITE BLACK
- COLOR INFO ITEM LCYAN BLACK
- COLOR INFO DATA LGRAY BLACK
- ;
- ; Log window
- ;
- COLOR LOG WINDOW YELLOW BLACK
- COLOR LOG HEADER WHITE BLACK
- COLOR LOG KEYS WHITE BLACK
- COLOR LOG TEXT LGRAY BLACK
- COLOR LOG BAR WHITE RED
- COLOR LOG SCROLL LCYAN BLACK
- ;
- ; Input window
- ;
- COLOR INPUT WINDOW BLUE LGRAY
- COLOR INPUT HEADER WHITE LGRAY
- COLOR INPUT INPUT YELLOW BLUE
- ;
- ; Choose window
- ;
- COLOR CHOOSE WINDOW BLUE LGRAY
- COLOR CHOOSE HEADER WHITE LGRAY
- COLOR CHOOSE ITEM BLACK LGRAY
- COLOR CHOOSE BAR YELLOW BLUE
- ;
- ; Error message / Notes
- ;
- COLOR ERROR WINDOW WHITE RED
- COLOR NOTES WINDOW YELLOW BLUE
- ;
- ;
- ;
- ; Strings SHOW-LOG should search for in logfile-extracts.
- ; If found the _whole_ line where this string appears will be displayed
- ; in the specified color.
- ;
- ; <column> - the column the string appears.
- ; 0 means: no special column;
- ; search somewhere in the line for the string
- ;
- ; HIGHLIGH_LINE <string>,<column>,<foreground>,<background>
- HIGHLIGHT_LINE +,1,LGREEN,BLACK
- HIGHLIGHT_LINE =,1,RED,BLACK
- HIGHLIGHT_LINE CONNECT,0,YELLOW,BLACK
- ;
- ;
- ; Strings, SHOW-LOG should search for. If one of theses strings is found
- ; the session entry the string belongs to will be shown in the color
- ; you have chosen. (max 20 entrys; unreg. 2)
- ; Syntax: HIGHLIGHT_IF <String>,<Foreground>,<Background>.
- ; <Foreground/Background> consists of the standard color-numbers.
- ; Foreground: 0-15 ; Background 0-7
- ;
- HIGHLIGHT_IF Terminate,WHITE,BLUE
- ;
- ; strings which will be shown in _every_ logfile in the selected
- ; color if they appear.
- ; Same syntax as HIGHLIGHT_IF
- ; (max. 20 entrys; unreg. 2)
- ;
- HIGHLIGHT CONNECT,LRED,BLACK
- HIGHLIGHT ERROR,YELLOW,RED
- ;
-