From 13ce840448e3d9c5c62b2cfbfd4902eb622a1533 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sun, 11 Jun 2023 15:15:59 +0200 Subject: [PATCH] Adjust highlight color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turns out, i had set the background color to the same color as the highlight color of the N Λ N O Theme. This adds a very subtle difference between the background and the highlight color. --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 64e6115..8c9b78f 100644 --- a/init.org +++ b/init.org @@ -457,7 +457,8 @@ #+begin_src emacs-lisp - (setq nano-light-background "#fafafa") + (setq nano-light-background "#fafafa" + nano-light-highlight "#f5f7f8") #+end_src