The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a2a4c6
)
Adjusted face for text entries.
author
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 27 Apr 2019 11:51:30 +0000
(13:51 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Sat, 27 Apr 2019 11:51:30 +0000
(13:51 +0200)
elopher.el
patch
|
blob
|
history
diff --git
a/elopher.el
b/elopher.el
index
1502782
..
a84117b
100644
(file)
--- a/
elopher.el
+++ b/
elopher.el
@@
-60,8
+60,8
@@
"Face used for index records.")
(defface elopher-text
- '((
default :weight bold
)
- (((background
dark)) :foreground "white"
))
+ '((
((background dark)) :foreground "white"
)
+ (((background
light)) :weight bold
))
"Face used for text records.")
(defface elopher-info '()