about summary refs log tree commit diff stats
path: root/emacs.d/bob-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/bob-theme.el')
-rw-r--r--emacs.d/bob-theme.el7
1 files changed, 3 insertions, 4 deletions
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 @@
37 `(font-lock-escape-face ,fclear) 37 `(font-lock-escape-face ,fclear)
38 `(font-lock-function-call-face ,fclear) 38 `(font-lock-function-call-face ,fclear)
39 `(font-lock-function-name-face ,fclear) 39 `(font-lock-function-name-face ,fclear)
40 ;; `(font-lock-keyword-face ,fclear) 40 `(font-lock-keyword-face ,fclear)
41 `(font-lock-misc-punctuation-face ,fclear) 41 `(font-lock-misc-punctuation-face ,fclear)
42 `(font-lock-negation-char-face ,fclear) 42 `(font-lock-negation-char-face ,fclear)
43 `(font-lock-number-face ,fclear) 43 `(font-lock-number-face ,fclear)
@@ -59,17 +59,16 @@
59 '(font-lock-comment-delimiter-face ((t (:slant italic)))) 59 '(font-lock-comment-delimiter-face ((t (:slant italic))))
60 '(font-lock-comment-face ((t (:slant italic)))) 60 '(font-lock-comment-face ((t (:slant italic))))
61 '(font-lock-doc-face ((t (:slant italic)))) 61 '(font-lock-doc-face ((t (:slant italic))))
62 '(font-lock-keyword-face ((t (:weight bold))))
63 62
64 ;; Propertized text 63 ;; Propertized text
65 '(bold ((t (:weight bold)))) 64 '(bold ((t (:weight bold))))
66 '(error ((t (:foreground "red" :slant italic)))) 65 '(error ((t (:foreground "red" :slant italic))))
67 '(highlight ((t (:background "yellow")))) 66 '(highlight ((t (:background "yellow"))))
68 '(isearch ((t (:background "yellow")))) 67 '(isearch ((t (:background "yellow" :foreground "black"))))
69 '(isearch-fail ((t (:inherit error)))) 68 '(isearch-fail ((t (:inherit error))))
70 '(italic ((t (:slant italic)))) 69 '(italic ((t (:slant italic))))
71 '(lazy-highlight ((t (:background "#808080")))) 70 '(lazy-highlight ((t (:background "#808080"))))
72 '(link ((t (:foreground "000080" :underline t)))) 71 '(link ((t (:foreground "#000080" :underline t))))
73 '(match ((t (:background "yellow")))) 72 '(match ((t (:background "yellow"))))
74 '(pulse-highlight-start-face ((t (:background "#000080")))) 73 '(pulse-highlight-start-face ((t (:background "#000080"))))
75 '(query-replace ((t (:background "yellow")))) 74 '(query-replace ((t (:background "yellow"))))