From: Mark Wooding Date: Fri, 13 Nov 2009 17:55:56 +0000 (+0000) Subject: el/dot-emacs.el: Various bits of minor face hacking. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/c383eb8af65757b6e0a981f3ad079851d021230c el/dot-emacs.el: Various bits of minor face hacking. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index b77ea98..75bbe8e 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -699,6 +699,11 @@ doesn't match any of the regular expressions in (((type w32)) :family "courier new" :height 85) (((type x)) :family "6x13" :height 130) (t :foreground "white" :background "black")) +(if (>= emacs-major-version 23) + (mdw-define-face variable-pitch + (((type x)) :family "sans" :height 100)) + (mdw-define-face variable-pitch + (((type x)) :family "helvetica" :height 120))) (mdw-define-face region (((type tty)) :background "blue") (t :background "grey30")) (mdw-define-face minibuffer-prompt @@ -713,9 +718,9 @@ doesn't match any of the regular expressions in (t :foreground "black" :background "lightgrey")) (mdw-define-face fringe (t :foreground "yellow")) -(mdw-define-face show-paren-match-face +(mdw-define-face show-paren-match (t :background "darkgreen")) -(mdw-define-face show-paren-mismatch-face +(mdw-define-face show-paren-mismatch (t :background "red")) (mdw-define-face highlight (t :background "DarkSeaGreen4")) @@ -737,7 +742,7 @@ doesn't match any of the regular expressions in (mdw-define-face mdw-number-face (t :foreground "yellow")) (mdw-define-face font-lock-function-name-face - (t :weight bold)) + (t :slant italic)) (mdw-define-face font-lock-keyword-face (t :weight bold)) (mdw-define-face font-lock-constant-face