diff --git a/petrol-theme.el b/petrol-theme.el index f116517..eae6614 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -409,6 +409,24 @@ `(cypher-relation-type-face ((,class (:weight normal :foreground "#008080")))) `(cypher-symbol-face ((,class (:slant italic :foreground "#454545")))) `(cypher-variable-face ((,class (:foreground "#454545")))) + + ;; lifted from leuven for now + `(w3m-anchor ((,class ,petrol-link))) + `(w3m-arrived-anchor ((,class (:foreground "purple1")))) + `(w3m-bitmap-image-face ((,class (:foreground "gray4" :background "green")))) + `(w3m-bold ((,class (:weight bold :foreground "black")))) + `(w3m-current-anchor ((,class (:weight bold :foreground "blue")))) + `(w3m-form ((,class (:underline t :foreground "tan1")))) + `(w3m-form-button-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey")))) + `(w3m-form-button-mouse-face ((,class (:underline t :foreground "light grey" :background "#2B7E2A")))) + `(w3m-form-button-pressed-face ((,class (:weight bold :underline t :foreground "gray4" :background "light grey")))) + `(w3m-header-line-location-content-face ((,class (:foreground "#7F7F7F":background "#F7F7F7")))) + `(w3m-header-line-location-title-face ((,class (:foreground "#2C55B1" :background "#F7F7F7")))) + `(w3m-history-current-url-face ((,class (:foreground "lemon chiffon")))) + `(w3m-image-face ((,class (:weight bold :foreground "DarkSeaGreen2")))) + `(w3m-link-numbering ((,class (:foreground "#B4C7EB")))) ; mouseless browsing + `(w3m-strike-through-face ((,class (:strike-through t)))) + `(w3m-underline-face ((,class (:underline t)))) ) )