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

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

[elpa] externals/ef-themes 27bf0ff4d9 2/2: Add support for centaur-tabs


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 27bf0ff4d9 2/2: Add support for centaur-tabs
Date: Sun, 4 Jun 2023 00:58:21 -0400 (EDT)

branch: externals/ef-themes
commit 27bf0ff4d9218c382fbaa512efb754f19b667678
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for centaur-tabs
    
    Thanks to Amo DelBello for bringing this matter to my attention in
    issue 21 on the GitHub mirror:
    <https://github.com/protesilaos/ef-themes/issues/21>.
---
 README.org   | 11 ++++++-----
 ef-themes.el | 12 ++++++++++++
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index ac033b9caa..9b6a0c9ca6 100644
--- a/README.org
+++ b/README.org
@@ -1288,6 +1288,7 @@ everything most users need.
 - cider
 - change-log and log-view (part of VC)
 - chart
+- centaur-tabs [Part of {{{development-version}}}.]
 - clojure-mode
 - company
 - compilation
@@ -1706,11 +1707,11 @@ matters.
 + Contributions to code or the manual :: Alex Lu, Christopher League,
   Philip Kaludercic, Walheimat.
 
-+ Ideas and/or user feedback :: Alan Schmitt, Anthony Chavez, Benjamin
-  (zealotrush), Daniel Mendler, Federico Stilman, Iris Garcia,
-  Jean-Philippe Gagné Guay, Jonas Collberg, Saša Janiška, Spike-Leung,
-  Steve Molitor, Summer Emacs, Sven Seebeck, Thanos Apollo, Zoltán
-  Király, goldfita.
++ Ideas and/or user feedback :: Alan Schmitt, Amo DelBello, Anthony
+  Chavez, Benjamin (zealotrush), Daniel Mendler, Federico Stilman,
+  Iris Garcia, Jean-Philippe Gagné Guay, Jonas Collberg, Saša Janiška,
+  Spike-Leung, Steve Molitor, Summer Emacs, Sven Seebeck, Thanos
+  Apollo, Zoltán Király, goldfita.
 
 * GNU Free Documentation License
 :PROPERTIES:
diff --git a/ef-themes.el b/ef-themes.el
index f7f4095e9e..143d530975 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1025,6 +1025,18 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(diary-anniversary ((,c :foreground ,date-holiday)))
     `(diary-time ((,c :foreground ,date-common)))
     `(holiday ((,c :foreground ,date-holiday)))
+;;;; centaur-tabs
+    `(centaur-tabs-active-bar-face ((,c :background ,keybind)))
+    `(centaur-tabs-close-mouse-face ((,c :inherit bold :foreground ,err 
:underline t)))
+    `(centaur-tabs-close-selected ((,c :inherit centaur-tabs-selected)))
+    `(centaur-tabs-close-unselected ((,c :inherit centaur-tabs-unselected)))
+    `(centaur-tabs-modified-marker-selected ((,c :inherit 
centaur-tabs-selected)))
+    `(centaur-tabs-modified-marker-unselected ((,c :inherit 
centaur-tabs-unselected)))
+    `(centaur-tabs-default ((,c :background ,bg-main)))
+    `(centaur-tabs-selected ((,c :inherit bold :box (:line-width -2 :color 
,bg-tab-current) :background ,bg-tab-current)))
+    `(centaur-tabs-selected-modified ((,c :inherit (italic 
centaur-tabs-selected))))
+    `(centaur-tabs-unselected ((,c :box (:line-width -2 :color ,bg-tab-other) 
:background ,bg-tab-other)))
+    `(centaur-tabs-unselected-modified ((,c :inherit (italic 
centaur-tabs-unselected))))
 ;;;; cider
     `(cider-deprecated-face ((,c :background ,bg-warning :foreground 
,warning)))
     `(cider-enlightened-face ((,c :box ,warning)))



reply via email to

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