From 2fdb4271ecb91c75408993b324e1edf8dd13702e Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 10 Oct 2025 13:14:54 +0200 Subject: [PATCH] Best color widget --- thankful-eyes-theme.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/thankful-eyes-theme.el b/thankful-eyes-theme.el index 20ff994..92ab160 100644 --- a/thankful-eyes-theme.el +++ b/thankful-eyes-theme.el @@ -63,12 +63,7 @@ '(tab-line-tab-inactive ((t (:background "#1c2f3b" :foreground "#6c8b9f" :box (:line-width 2 :color "#1c2f3b"))))) '(tab-line-tab-current ((t (:background "#4e5d62" :foreground "#faf6e4" :box (:line-width 2 :color "#4e5d62"))))) ;; Widget faces - '(widget-field ((t (:foreground "#faf6e4" :background "#1c2f3b" :box (:line-width 1 :color "#6c8b9f"))))) - '(widget-single-line-field ((t (:foreground "#faf6e4" :background "#1c2f3b" :box (:line-width 1 :color "#6c8b9f"))))) - '(widget-button ((t (:foreground "#a8e1fe" :weight bold :box (:line-width 2 :color "#4e5d62"))))) - '(widget-button-pressed ((t (:foreground "#122b3b" :background "#a8e1fe" :weight bold)))) - '(widget-documentation ((t (:foreground "#6c8b9f" :slant italic)))) - '(widget-inactive ((t (:foreground "#6c8b9f"))))) + '(widget-field ((t (:foreground "#faf6e4" :background "#1c2f3b" :box (:line-width 1 :color "#6c8b9f")))))) (provide-theme 'thankful-eyes)