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

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

[nongnu] elpa/gotham-theme e94070c78d 051/214: Add widget


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme e94070c78d 051/214: Add widget
Date: Fri, 7 Jan 2022 17:58:40 -0500 (EST)

branch: elpa/gotham-theme
commit e94070c78d4ebe256e2a1f7d4f2c51f74d27f3a2
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add widget
---
 gotham-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index e0c41a46c3..21aceaf828 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -256,6 +256,12 @@ depending on DISPLAY for keys which are either :foreground 
or
    (term-default-fg-color :inherit term-color-white)
    (term-default-bg-color :inherit term-color-black)
 
+   ;; widget
+   (widget-button-pressed :foreground red)
+   (widget-documentation :foreground green)
+   (widget-field :background base4)
+   (widget-single-line-field :inherit widget-field)
+
    ;; which-func-mode
    (which-func :foreground orange)
 



reply via email to

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