projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa8fe5
)
Changed the region color in console to white.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 21 Jun 2014 12:13:55 +0000
(14:13 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 21 Jun 2014 12:13:55 +0000
(14:13 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
9e94de6
..
0301d03
100644
(file)
--- 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")