X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=vm;h=d9c94cca8566659949c9204a48ba6d221fba3044;hp=b9e7233684d8e1bb202b9967b5b4bd21222f0760;hb=d2957bad5226e05f530301f69fd5cf0efcbc9aef;hpb=e12ab35aa1b83616e9c5e2ff2f8778234acddea8 diff --git a/vm b/vm index b9e7233..d9c94cc 100644 --- a/vm +++ b/vm @@ -816,3 +816,19 @@ created." (message "No attachments to be saved!")))) (define-key vm-summary-mode-map [(control c) (control s)] 'ff/vm-mime-save-all-attachments) + +;; I do not like relief + +(ff/configure-faces + '( + + (vm-highlight-url :background "white" :foreground "#0000f0" :box nil) + (vm-highlighted-header :box nil) ;; :weight 'bold :background "white") + + (vm-attachment-button :background "#f0d0d0" :box nil) + (vm-attachment-button-mouse :background "#f0d0d0" :box nil) + (vm-attachment-button-pressed-face :background "#f0d0d0" :box nil) + (vm-mime-button :background "#f0d0d0" :box nil) + (vm-mime-button-mouse :background "#f0d0d0" :box nil) + (vm-mime-button-pressed-face :background "#f0d0d0" :box nil) + ))