about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-16 06:54:30 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-16 06:54:30 +0100
commite9e84e60524dc4cb140c5a976c758b38770dbebf (patch)
tree87eec35a85bc04731e480ba8c8ec717a04a4654b
parentbfdd9a6d594efe37d50585b79b2c79365163af69 (diff)
downloaddotfiles-e9e84e60524dc4cb140c5a976c758b38770dbebf.tar.gz
Theme updates
-rw-r--r--.emacs.d/lisp/init-ui.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index d44b90e..0b84c3f 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -67,12 +67,12 @@
    `(font-lock-type-face ((t (:foreground "PaleGreen2"))))
    `(font-lock-string-face ((t (:foreground "SpringGreen3"))))
    `(font-lock-comment-face ((t (:foreground "burlywood"))))
-   `(font-lock-doc-face ((t :foreground "LightCyan3"))) ;; "#bfebe0""LightCyan3""PaleTurquoise2""PaleTurquoise3""LightCyan2""LightSteelBlue3""pale turquoise""LightSteelBlue" "wheat" "burlywood3" "LightCyan"
+   `(font-lock-doc-face ((t :foreground "LightCyan3")))
    `(region ((t (:background "firebrick"))))
-   `(secondary-selection ((t (:background "firebrick4")))) ;; coral tomato
+   `(secondary-selection ((t (:background "firebrick4"))))
    `(idle-highlight ((t (:background "grey50" :foreground "white"))))
    `(isearch ((t (:background "coral2"))))
-   `(lazy-highlight ((t (:background "coral4"))))
+   `(lazy-highlight ((t (:background "LightSteelBlue2" :foreground "black"))))
    `(match ((t (:background "gray35" :foreground "grey85"))))
    `(lsp-face-highlight-textual ((t (:background "DimGrey"))))
    `(whitespace-empty ((t (:background "gray10"))))
@@ -112,7 +112,6 @@
   :custom
   (hl-todo-keyword-faces
    '(("TODO"   . "red3")
-     ("djm"    . "green")
      ("FIXME"  . "red3")
      ("DEBUG"  . "#A020F0")
      ("GOTCHA" . "#FF4500")