"Fossies" - the Fresh Open Source Software Archive

Member "color.ips" (9 May 1995, 680 Bytes) of package /linux/misc/old/cpost.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 %-------------------------------------------------------------------
    2 % Sample imbed file for cPost for color definitions.
    3 % See cPost.doc for more information
    4 %-------------------------------------------------------------------
    5 
    6 /nColor [ 0 0 0 ] def  % black  - color for normal text
    7 /kColor [ 1 0 1 ] def  % purple - color for keywords
    8 /iColor [ 0 0 1 ] def  % blue   - color for identifiers
    9 /fColor [ 1 0 0 ] def  % red    - color for functions
   10 /dColor [ 1 0 0 ] def  % red    - color for function definitions
   11 /cColor [ 0 1 0 ] def  % green  - color for comments
   12 /pColor [ 0 1 0 ] def  % green  - color for preprocessor
   13 /lColor [ 0 0 0 ] def  % black  - color for line numbers