From fc4986aea7855bd07c56208c940cb5d74509b3b5 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 20 Dec 2021 21:54:33 +0000 Subject: wee themes tweaks --- init.org | 5 +++-- lib/themes/jao-themes.el | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 4b47ec2..454f712 100644 --- a/init.org +++ b/init.org @@ -2246,7 +2246,8 @@ (setcdr (assq 'compilation-in-progress mode-line-modes) '("‡ "))) #+END_SRC ***** Colorizing compilation buffer - #+BEGIN_SRC emacs-lisp + #+begin_src emacs-lisp + (setq compilation-message-face 'default) (require 'ansi-color) (defun endless/colorize-compilation () "Colorize from `compilation-filter-start' to `point'." @@ -2255,7 +2256,7 @@ compilation-filter-start (point)))) (add-hook 'compilation-filter-hook #'endless/colorize-compilation) - #+END_SRC + #+end_src ***** Compilation commands #+begin_src emacs-lisp (use-package jao-compilation diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 2de1bdc..04b8ce4 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -666,6 +666,7 @@ (gnus-group-news-5-empty (p f00)) (gnus-group-news-6 (p dimm) bf) (gnus-group-news-6-empty (p dimm)) + (gnus-header (~ default)) (gnus-header-content (p f02)) (gnus-header-from (p f01)) (gnus-header-name nbf (p f02)) -- cgit v1.2.3