From: Francois Fleuret Date: Sat, 21 Jun 2014 12:13:55 +0000 (+0200) Subject: Changed the region color in console to white. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=a6876d786f18071b9abf0bfc56e6fc313e503e72 Changed the region color in console to white. --- diff --git a/emacs.el b/emacs.el index 9e94de6..0301d03 100644 --- a/emacs.el +++ b/emacs.el @@ -424,7 +424,7 @@ load-warning buffer in case of failure." :inverse-video nil) (mode-line-inactive :background "gray60" :foreground "black" :box nil :inverse-video nil) - (region :background "springgreen2") + (region :background "white") (ff/date-info-face :foreground "white" :weight 'bold) (ff/mail-alarm-face :foreground "red" :weight 'bold) (gui-button-face :background "green" :foreground "white")