Permalink
Browse files

Add w3m-mode faces

  • Loading branch information...
Shitikanth Kashyap
Shitikanth Kashyap committed Dec 3, 2017
1 parent e7e646b commit 0b8d54a6171c7774a83db8fa5bfc60212bad9626
Showing with 15 additions and 0 deletions.
  1. +15 −0 base16-theme.el
View
@@ -693,6 +693,21 @@ in the terminal.")
(utop-prompt :foreground base0E)
(utop-error :underline (:style wave :color base08) :inherit error)
;;;; w3m-mode
(w3m-anchor :underline nil :inherit link)
(w3m-anchor-visited :underline nil :inherit link-visited)
(w3m-form :underline t :foreground base09)
(w3m-image :background base03 :foreground base05)
(w3m-image-anchor :underline t :background base03 :foreground base05)
(w3m-header-line-location-content :background base00 :foreground base0D)
(w3m-header-line-location-title :background base00 :foreground base0D)
(w3m-tab-background :background base01 :foreground base05)
(w3m-tab-selected :background base00 :foreground base05)
(w3m-tab-selected-retrieving :background base00 :foreground base05)
(w3m-tab-unselected :background base01 :foreground base03)
(w3m-tab-unselected-unseen :background base01 :foreground base03)
(w3m-tab-unselected-retrieving :background base01 :foreground base03)
;;;; which-func-mode
(which-func :foreground base0D :background nil :weight bold)

0 comments on commit 0b8d54a

Please sign in to comment.