comparison etc/sample.Xresources @ 5457:4ed2dedf36a1

Copyright and license to etc/sample.Xresource.
author Mats Lidell <matsl@xemacs.org>
date Fri, 14 Jan 2011 23:32:08 +0100
parents f15523a6da7a
children
comparison
equal deleted inserted replaced
5456:fe82be65969e 5457:4ed2dedf36a1
1 ! This is a sample .Xresources file. The resources below are the 1 ! This is a sample .Xresources file.
2 ! actual resources used as defaults for XEmacs, although the 2
3 ! form of these resources in the XEmacs app-defaults file is 3 ! Copyright (C) 1997 Steven L Baur
4 ! slightly different. 4 ! Copyright (C) 1999 Alexandre Oliva
5 ! Copyright (C) 2002 Giacomo Boffi
6 ! Copyright (C) 2003 Stephen J. Turnbull
7 ! Copyright (C) 2005 Aidan Kehoe
8
9 ! This file is part of XEmacs.
10
11 ! XEmacs is free software: you can redistribute it and/or modify it
12 ! under the terms of the GNU General Public License as published by the
13 ! Free Software Foundation, either version 3 of the License, or (at your
14 ! option) any later version.
15
16 ! XEmacs is distributed in the hope that it will be useful, but WITHOUT
17 ! ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 ! FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19 ! for more details.
20
21 ! You should have received a copy of the GNU General Public License
22 ! along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
23
24
25 ! The resources below are the actual resources used as defaults for
26 ! XEmacs, although the form of these resources in the XEmacs
27 ! app-defaults file is slightly different.
5 ! 28 !
6 ! You can use the examples below as a basis for your own customizations: 29 ! You can use the examples below as a basis for your own customizations:
7 ! copy and modify any of the resources below into your own ~/.Xresources file. 30 ! copy and modify any of the resources below into your own ~/.Xresources file.
8 ! .Xresources specifies defaults for all applications, not just XEmacs; it is 31 ! .Xresources specifies defaults for all applications, not just XEmacs; it is
9 ! normally used to customize fonts, colors, and the like, while ~/.emacs is 32 ! normally used to customize fonts, colors, and the like, while ~/.emacs is
31 54
32 ! Set the foreground and background colors of the `default' face. 55 ! Set the foreground and background colors of the `default' face.
33 ! The default face colors are the base for most of the other faces' 56 ! The default face colors are the base for most of the other faces'
34 ! colors. The default background is gray80, and the default foreground 57 ! colors. The default background is gray80, and the default foreground
35 ! is black. 58 ! is black.
36 XEmacs.default.attributeBackground: gray80 59 XEmacs.default.attributeBackground: gray80
37 XEmacs.default.attributeForeground: black 60 ! XEmacs.default.attributeForeground: black
38 61
39 ! Set the modeline colors. 62 ! Set the modeline colors.
40 XEmacs.modeline*attributeForeground: Black 63 XEmacs.modeline*attributeForeground: Black
41 XEmacs.modeline*attributeBackground: Gray75 64 XEmacs.modeline*attributeBackground: Gray75
42 65