projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9086a0a
)
Fixed the yellow faces in console mode.
author
Francois Fleuret
<francois@fleuret.org>
Sat, 19 Jul 2014 12:09:21 +0000
(14:09 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Sat, 19 Jul 2014 12:09:21 +0000
(14:09 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
4860076
..
636b90e
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-435,6
+435,12
@@
load-warning buffer in case of failure."
(selector/selection :background "yellow")
(gui-button-face :background "green" :foreground "white")
(enotes/information-face :foreground "cyan")
+ (file-name-shadow :foreground "black")
+ (font-lock-comment-delimiter-face :foreground "magenta")
+ (font-lock-comment-face :foreground "blue")
+ (font-lock-variable-name-face :foreground "green")
+ (shadow :foreground "black")
+ (warning :foreground "black" :background "red")
))
)