chiark / gitweb /
el/dot-emacs.el: Better fontification for Ediff.
[profile] / dot / Xdefaults
index 2952699257daa5d2f03f8533f38615ef52db8f40..2787e0be2e530b0646af4faaf2b24419e28f63a4 100644 (file)
@@ -8,10 +8,9 @@
 #define HELV_MR12 -adobe-helvetica-medium-r-normal--12-*-*-*-p-*-iso10646-1
 #define HELV_BR12 -adobe-helvetica-bold-r-normal--12-*-*-*-p-*-iso10646-1
 #define HELV_MI12 -adobe-helvetica-medium-i-normal--12-*-*-*-p-*-iso10646-1
-#define FIXED -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
+#define FIXED -trad-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
 #define NICEFONT HELV_MR10
 
-
 !! General configuration.
 ?*font:                                NICEFONT
 ?*background:                  lightgrey
@@ -72,7 +71,9 @@ XConsole*foreground:          #54ff9f
 XConsole*geometry:             485x455
 
 !! Emacs.
-emacs.geometry:                        77x33
+#define _GEOM(wd, ht) wd##x##ht
+#define GEOM(wd, ht) _GEOM(wd, ht)
+emacs.geometry:                        GEOM(EMACSWD,33)
 Emacs.pane.menubar.font:       NICEFONT
 Emacs.menu*.font:              NICEFONT
 Emacs.font:                    FIXED
@@ -80,13 +81,14 @@ Emacs.fontBackend:          x,xft
 Emacs.cursorColor:             red
 Emacs.bitmapIcon:              true
 Emacs*foreground:              white
-Emacs*background:              black
+Emacs*background:              darkblue
 Emacs.pane.menubar.foreground: black
 Emacs.pane.menubar.background: lightgrey
 Emacs.menu*foreground:         black
 Emacs.menu*background:         lightgrey
 Emacs.scrollbar*attributeBackground: lightgrey
 Emacs.toolBar:                 0
+Emacs.menuBar:                 on
 Emacs.verticalScrollBars:      right
 
 !! VNC.