branch: elpa/logview commit f419f46e67b05305f9e80a4c2184f77f90ea513e Author: Paul Pogonyshev <pogonys...@gmail.com> Commit: Paul Pogonyshev <pogonys...@gmail.com>
Make background in two faces not as light, as on some monitors that would be nearly indistinguishable from pure white. --- logview.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logview.el b/logview.el index de45282a96..beb6931980 100644 --- a/logview.el +++ b/logview.el @@ -335,7 +335,7 @@ You can temporarily change this on per-buffer basis using '((((background dark)) :background "#004000") (t - :background "#f8fff8")) + :background "#e8ffe8")) "Face to use for information log entries." :group 'logview-faces) @@ -358,7 +358,7 @@ You can temporarily change this on per-buffer basis using '((((background dark)) :background "#404040") (t - :background "#f4f4f4")) + :background "#f0f0f0")) "Face to use for trace log entries." :group 'logview-faces)