Tweak some colours

This commit is contained in:
David Morgan 2023-06-08 07:01:20 +01:00
parent 0f41457237
commit cbe72dad05
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 4 deletions

View File

@ -176,7 +176,7 @@
:elpaca (highlight-sexp :host github :repo "daimrod/highlight-sexp")
:diminish
;; TODO grey8 ?
:custom (hl-sexp-background-color "grey8")
:custom (hl-sexp-background-color "grey10")
:hook ((emacs-lisp-mode clojure-mode) . highlight-sexp-mode))
(use-package highlight-indent-guides
@ -185,9 +185,9 @@
:config
;; TODO can we do the same with highlight-indent-guides-auto-* ?
(setq highlight-indent-guides-auto-enabled nil)
(set-face-background 'highlight-indent-guides-odd-face "grey20")
(set-face-background 'highlight-indent-guides-even-face "grey20")
(set-face-foreground 'highlight-indent-guides-character-face "grey20")
(set-face-background 'highlight-indent-guides-odd-face "grey25")
(set-face-background 'highlight-indent-guides-even-face "grey25")
(set-face-foreground 'highlight-indent-guides-character-face "grey25")
:hook ((prog-mode text-mode conf-mode) . highlight-indent-guides-mode))
(provide 'init-ui)