Adjust highlight color

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.
This commit is contained in:
larstvei 2023-06-11 15:15:59 +02:00
parent 961710e48d
commit 13ce840448

View File

@ -457,7 +457,8 @@
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq nano-light-background "#fafafa") (setq nano-light-background "#fafafa"
nano-light-highlight "#f5f7f8")
#+end_src #+end_src