From a6876d786f18071b9abf0bfc56e6fc313e503e72 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 21 Jun 2014 14:13:55 +0200 Subject: [PATCH] Changed the region color in console to white. --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.20.1