diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-16 06:54:30 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-16 06:54:30 +0100 |
commit | e9e84e60524dc4cb140c5a976c758b38770dbebf (patch) | |
tree | 87eec35a85bc04731e480ba8c8ec717a04a4654b | |
parent | bfdd9a6d594efe37d50585b79b2c79365163af69 (diff) | |
download | dotfiles-e9e84e60524dc4cb140c5a976c758b38770dbebf.tar.gz |
Theme updates
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 7 |
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") |