Metropoli BBS
VIEWER: fluoresc.aml MODE: TEXT (ASCII)
//--------------------------------------------------------------------
// The Aurora Editor v3.0, Copyright (C) 1993-1996 nuText Systems
//
// COLOR.AML
// Fluorescent color definitions (included by Main.aml)
//
// If you have made any changes, save this file and select Recompile
// the Editor from the Set menu. Exit and re-enter the editor for your
// changes to take effect.
//--------------------------------------------------------------------

setpalette 1 (char

// background
color gray         on gray         //  1 screen background


// edit windows
color gray         on black        //  2 edit text
color gray         on black        //  3 edit modified text
color yellow       on black        //  4 edit cursor line
color yellow       on black        //  5 edit cursor line & modified text
color black        on gray         //  6 edit text highlight
color brightgreen  on black        //  7 edit end-of-text line

color white        on green        //  8 edit search highlight
color white        on magenta      //  9 edit search highlight in mark

color brightgreen  on black        // 10 edit closed fold
color darkgray     on brightgreen  // 11 edit open fold top mark
color black        on green        // 12 edit open fold bot mark

color darkgray     on brightgreen  // 13 edit border
color darkgray     on green        // 14 edit border flash
color gray         on darkgray     // 15 edit corner

color black        on brightmagenta // 16 edit title bar
color yellow                       // 17 edit title bar controls

color black        on gray         // 18 edit menu
color brightgreen  on gray         // 19 edit menu flash
color red                          // 20 edit menu char highlight
color black        on brightgreen  // 21 edit menu bar highlight

color black        on gray         // 22 edit scroll bar

color darkgray     on green        // 23 edit inactive border
color darkgray     on gray         // 24 edit inactive corner
color black        on magenta      // 25 edit inactive title
color black        on gray         // 26 edit inactive menu
color darkgray     on gray         // 27 edit inactive scroll

color 0                            // 28 edit user-defined
color 0                            // 29 edit user-defined
color 0                            // 30 edit user-defined


// file manager windows
color gray         on black        // 31 file mgr text
color brightgreen  on gray         // 32 file mgr cursor line
color brightgreen  on black        // 33 file mgr file-mark
color brightgreen  on green        // 34 file mgr file-mark & cursor line

color darkgray     on brightmagenta// 35 file mgr border
color darkgray     on magenta      // 36 file mgr border flash
color gray         on darkgray     // 37 file mgr corner

color black        on green        // 38 file mgr title bar
color yellow                       // 39 file mgr title bar controls

color black        on gray         // 40 file mgr menu
color brightgreen  on gray         // 41 file mgr menu flash
color red                          // 42 file mgr menu char highlight
color black        on brightgreen  // 43 file mgr menu bar highlight

color black        on gray         // 44 file mgr scroll

color darkgray     on magenta      // 45 file mgr inactive border
color darkgray     on gray         // 46 file mgr inactive corner
color darkgray     on gray         // 47 file mgr inactive title
color black        on green        // 48 file mgr inactive menu
color darkgray     on gray         // 49 file mgr inactive scroll

color 0                            // 50 file mgr user-defined


// prompts
// (-1=window title bar color)
color -1                           // 51 prompt text
color -1                           // 52 prompt text highlight
color -1                           // 53 prompt border
color black        on brightgreen  // 54 prompt flash
color -1                           // 55 prompt title
color yellow                       // 56 prompt controls

color 0                            // 57 prompt user-defined


// dialog boxes
color black        on gray         // 58 dialog box
color white        on gray         // 59 dialog box active field
color red                          // 60 dialog box char highlight
color white        on gray         // 61 dialog box border
color brightgreen  on gray         // 62 dialog box flash
color yellow                       // 63 dialog box control

color black        on green        // 64 button
color white        on green        // 65 button active

color gray         on black        // 66 edit field
color black        on gray         // 67 edit field highlight
color black        on green        // 68 edit field history tab

color gray         on black        // 69 group box
color white        on black        // 70 group box active

color gray         on black        // 71 list box
color black        on brightgreen  // 72 list box active
color white        on black        // 73 list box inactive
color black        on gray         // 74 list box scroll bar

)
[ RETURN TO DIRECTORY ]