diff options
| author | Stefan Kangas | 2022-07-02 10:58:45 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-02 11:59:44 +0200 |
| commit | 60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed (patch) | |
| tree | 9e992d8f7091c1a4af9ad2bbfc4e5c30b56c0583 | |
| parent | 1c3d107cb5367098d592b69d02beedd7aa9ded16 (diff) | |
| download | emacs-60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed.tar.gz emacs-60ad45c5d27f78ee58c6b39871b6b04d6bc4e5ed.zip | |
Don't use obsolete face name in manoj-dark-theme
* etc/themes/manoj-dark-theme.el (change-log-acknowledgment): Don't
use obsolete/non-existent face name.
| -rw-r--r-- | etc/themes/manoj-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el index 4c9e4367492..5a53ffbfecc 100644 --- a/etc/themes/manoj-dark-theme.el +++ b/etc/themes/manoj-dark-theme.el | |||
| @@ -377,7 +377,7 @@ jarring angry fruit salad look to reduce eye fatigue.") | |||
| 377 | :foreground "black" :background "grey" | 377 | :foreground "black" :background "grey" |
| 378 | :weight bold )))) | 378 | :weight bold )))) |
| 379 | '(calendar-today-face ((t (:underline t :bold t :foreground "cornsilk")))) | 379 | '(calendar-today-face ((t (:underline t :bold t :foreground "cornsilk")))) |
| 380 | '(change-log-acknowledgement-face ((t (:italic t :slant oblique :foreground "AntiqueWhite3")))) | 380 | '(change-log-acknowledgment ((t (:italic t :slant oblique :foreground "AntiqueWhite3")))) |
| 381 | '(change-log-conditionals-face ((t (:foreground "Aquamarine")))) | 381 | '(change-log-conditionals-face ((t (:foreground "Aquamarine")))) |
| 382 | '(change-log-date-face ((t (:italic t :slant oblique :foreground "BurlyWood")))) | 382 | '(change-log-date-face ((t (:italic t :slant oblique :foreground "BurlyWood")))) |
| 383 | '(change-log-email-face ((t (:foreground "Aquamarine")))) | 383 | '(change-log-email-face ((t (:foreground "Aquamarine")))) |