From 88ce9336138822d41b9b03a642bb92be4f54d987 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 10 Jul 2024 21:17:26 -0500 Subject: Updates! --- emacs.d/bob-theme.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'emacs.d/bob-theme.el') diff --git a/emacs.d/bob-theme.el b/emacs.d/bob-theme.el index 63c84db..b3efc9a 100644 --- a/emacs.d/bob-theme.el +++ b/emacs.d/bob-theme.el @@ -37,7 +37,7 @@ `(font-lock-escape-face ,fclear) `(font-lock-function-call-face ,fclear) `(font-lock-function-name-face ,fclear) - ;; `(font-lock-keyword-face ,fclear) + `(font-lock-keyword-face ,fclear) `(font-lock-misc-punctuation-face ,fclear) `(font-lock-negation-char-face ,fclear) `(font-lock-number-face ,fclear) @@ -59,17 +59,16 @@ '(font-lock-comment-delimiter-face ((t (:slant italic)))) '(font-lock-comment-face ((t (:slant italic)))) '(font-lock-doc-face ((t (:slant italic)))) - '(font-lock-keyword-face ((t (:weight bold)))) ;; Propertized text '(bold ((t (:weight bold)))) '(error ((t (:foreground "red" :slant italic)))) '(highlight ((t (:background "yellow")))) - '(isearch ((t (:background "yellow")))) + '(isearch ((t (:background "yellow" :foreground "black")))) '(isearch-fail ((t (:inherit error)))) '(italic ((t (:slant italic)))) '(lazy-highlight ((t (:background "#808080")))) - '(link ((t (:foreground "000080" :underline t)))) + '(link ((t (:foreground "#000080" :underline t)))) '(match ((t (:background "yellow")))) '(pulse-highlight-start-face ((t (:background "#000080")))) '(query-replace ((t (:background "yellow")))) -- cgit 1.4.1-21-gabe81