[BACK]Return to color.dft CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari / misc

Annotation of OpenXM_contrib/pari/misc/color.dft, Revision 1.1

1.1     ! maekawa     1: !
        !             2: ! Suggested default value for the color_xterm ressources for use under GP.
        !             3: ! See the color_xterm man for the meaning of these
        !             4: !
        !             5:
        !             6: XTerm*highlightSelection:  true
        !             7: XTerm.VT100.eightBitInput:  true
        !             8: XTerm.VT100.eightBitOutput:  true
        !             9: XTerm.VT100.titeInhibit:  true
        !            10: XTerm.VT100.altScreenInhibit:  true
        !            11:
        !            12: XTerm.VT100*colorMode:  on
        !            13: XTerm.VT100*dynamicColors:  on
        !            14:
        !            15: XTerm*color0: black
        !            16: XTerm*color1: red3
        !            17: XTerm*color2: green3
        !            18: XTerm*color3: #e52d2d
        !            19: XTerm*color4: blue3
        !            20: XTerm*color5: magenta3
        !            21: XTerm*color6: cyan3
        !            22: XTerm*color7: gray90
        !            23: XTerm*color8: gray30
        !            24: XTerm*color9: red
        !            25: XTerm*color10: green
        !            26: XTerm*color11: yellow
        !            27: XTerm*color12: blue
        !            28: XTerm*color13: magenta
        !            29: XTerm*color14: cyan
        !            30: XTerm*color15: white
        !            31: XTerm*colorUL: yellow
        !            32: XTerm*colorBD: white

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>