Mercurial > hg > xemacs-beta
comparison etc/sample.Xdefaults @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | a145efe76779 |
children | 4711e16a8e49 |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
26 ! The contrasts of these colors will cause them to map to the appropriate | 26 ! The contrasts of these colors will cause them to map to the appropriate |
27 ! one of "black" or "white" on monochrome systems. | 27 ! one of "black" or "white" on monochrome systems. |
28 ! | 28 ! |
29 ! The valid color names on your system can be found by looking in the file | 29 ! The valid color names on your system can be found by looking in the file |
30 ! `rgb.txt', usually found in /usr/lib/X11/ or /usr/openwin/lib/X11/. | 30 ! `rgb.txt', usually found in /usr/lib/X11/ or /usr/openwin/lib/X11/. |
31 | |
32 ! Set the foreground and background colors of the `default' face. | |
33 ! The default face colors are the base for most of the other faces' | |
34 ! colors. The default background is gray80, and the default foreground | |
35 ! is black. | |
36 Emacs.default.attributeBackground: gray80 | |
37 Emacs.default.attributeForeground: black | |
31 | 38 |
32 ! Set the modeline colors. | 39 ! Set the modeline colors. |
33 Emacs.modeline*attributeForeground: Black | 40 Emacs.modeline*attributeForeground: Black |
34 Emacs.modeline*attributeBackground: Gray75 | 41 Emacs.modeline*attributeBackground: Gray75 |
35 | 42 |