emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme a5bfe13e7b 159/214: support for w3m-browser (


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme a5bfe13e7b 159/214: support for w3m-browser (#43)
Date: Fri, 7 Jan 2022 17:58:50 -0500 (EST)

branch: elpa/gotham-theme
commit a5bfe13e7bba81d25b32d836c0b870e8f3f6c463
Author: nullx002 <nullx002@users.noreply.github.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    support for w3m-browser (#43)
    
    Add support for w3m
---
 gotham-theme.el | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 6b219b37c4..20f3359505 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -894,6 +894,34 @@ depending on DISPLAY for keys which are either :foreground 
or
    ;; volatile-highlights
    (vhl/default-face :inherit highlight)
 
+   ;; w3m
+   (w3m-anchor :inherit link)
+   (w3m-arrived-anchor :inherit link-visited)
+   (w3m-form :background base1 :foreground magenta)
+   (w3m-form-button :background base1 :foreground cyan)
+   (w3m-form-button-mouse :background base1 :foreground green)
+   (w3m-form-button-pressed :background base1 :foreground green)
+   (w3m-form-inactive :background base1 :foreground base6)
+   (w3m-insert :background base2 :foreground magenta)
+   (w3m-error :background base1 :foreground red)
+   (w3m-header-line-location-title :background base2 :foreground yellow)
+   (w3m-header-line-location-content :background base2 :foreground base4)
+   (w3m-bold :weight bold)
+   (w3m-image-anchor :background base3 :foreground cyan :inherit link)
+   (w3m-image :background base3 :foreground cyan)
+   (w3m-lnum-minibuffer-prompt :foreground base1)
+   (w3m-lnum-match :background base2)
+   (w3m-lnum :underline nil :bold nil :foreground red)
+   (w3m-session-select :foreground base0)
+   (w3m-session-selected :foreground base1 :bold t :underline t)
+   (w3m-tab-background :background base3 :foreground base0)
+   (w3m-tab-selected-background :background base3 :foreground base0)
+   (w3m-tab-mouse :background base2 :foreground yellow)
+   (w3m-tab-selected :background base2 :foreground yellow :bold t)
+   (w3m-tab-unselected :background base2 :foreground violet)
+   (w3m-tab-selected-retrieving :background base2 :foreground red)
+   (w3m-tab-unselected-retrieving :background base2 :foreground orange)
+
    ;; web-mode
    (web-mode-block-attr-name-face :foreground green)
    (web-mode-block-attr-value-face :foreground cyan)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]