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

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

[elpa] externals/ef-themes 3ea80756c3 1/2: Introduce semantic palette en


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 3ea80756c3 1/2: Introduce semantic palette entries for tabs
Date: Sun, 4 Jun 2023 00:58:21 -0400 (EDT)

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

    Introduce semantic palette entries for tabs
    
    This applies to tab-bar-mode, tab-line-mode, and related.
---
 ef-autumn-theme.el             |  6 ++++++
 ef-bio-theme.el                |  6 ++++++
 ef-cherie-theme.el             |  6 ++++++
 ef-cyprus-theme.el             |  6 ++++++
 ef-dark-theme.el               |  6 ++++++
 ef-day-theme.el                |  6 ++++++
 ef-deuteranopia-dark-theme.el  |  6 ++++++
 ef-deuteranopia-light-theme.el |  6 ++++++
 ef-duo-dark-theme.el           |  6 ++++++
 ef-duo-light-theme.el          |  6 ++++++
 ef-frost-theme.el              |  6 ++++++
 ef-kassio-theme.el             |  6 ++++++
 ef-light-theme.el              |  6 ++++++
 ef-night-theme.el              |  6 ++++++
 ef-spring-theme.el             |  6 ++++++
 ef-summer-theme.el             |  6 ++++++
 ef-symbiosis-theme.el          |  6 ++++++
 ef-themes.el                   | 16 ++++++++--------
 ef-trio-dark-theme.el          |  6 ++++++
 ef-trio-light-theme.el         |  6 ++++++
 ef-tritanopia-dark-theme.el    |  6 ++++++
 ef-tritanopia-light-theme.el   |  6 ++++++
 ef-winter-theme.el             |  6 ++++++
 23 files changed, 140 insertions(+), 8 deletions(-)

diff --git a/ef-autumn-theme.el b/ef-autumn-theme.el
index ad0a69bd82..02cc66ae72 100644
--- a/ef-autumn-theme.el
+++ b/ef-autumn-theme.el
@@ -231,6 +231,12 @@
       (mail-subject green-cooler)
       (mail-other yellow)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 yellow-warmer)
diff --git a/ef-bio-theme.el b/ef-bio-theme.el
index d369f27b3c..18e4f86a52 100644
--- a/ef-bio-theme.el
+++ b/ef-bio-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue)
       (mail-other green-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 green-cooler)
diff --git a/ef-cherie-theme.el b/ef-cherie-theme.el
index 02c3019deb..ab2c39afa9 100644
--- a/ef-cherie-theme.el
+++ b/ef-cherie-theme.el
@@ -231,6 +231,12 @@
       (mail-subject red)
       (mail-other yellow-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 magenta-warmer)
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index bc0a82a9bd..dd537c8b32 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -231,6 +231,12 @@
       (mail-subject yellow-warmer)
       (mail-other green)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 yellow)
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 178dcd97c3..7a3548b152 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue-cooler)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 green-cooler)
diff --git a/ef-day-theme.el b/ef-day-theme.el
index 3761e43f78..09d9722a79 100644
--- a/ef-day-theme.el
+++ b/ef-day-theme.el
@@ -231,6 +231,12 @@
       (mail-subject red-warmer)
       (mail-other green-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 yellow)
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el
index d8ca28a868..06c9eeb6a1 100644
--- a/ef-deuteranopia-dark-theme.el
+++ b/ef-deuteranopia-dark-theme.el
@@ -234,6 +234,12 @@
       (mail-subject cyan-cooler)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 yellow-warmer)
diff --git a/ef-deuteranopia-light-theme.el b/ef-deuteranopia-light-theme.el
index c3660be3e0..0b74da6ac8 100644
--- a/ef-deuteranopia-light-theme.el
+++ b/ef-deuteranopia-light-theme.el
@@ -234,6 +234,12 @@
       (mail-subject blue-cooler)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 blue)
diff --git a/ef-duo-dark-theme.el b/ef-duo-dark-theme.el
index fec381e38c..cb60360dec 100644
--- a/ef-duo-dark-theme.el
+++ b/ef-duo-dark-theme.el
@@ -234,6 +234,12 @@
       (mail-subject yellow-warmer)
       (mail-other cyan-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 blue)
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el
index e73fd4f490..f76f92472e 100644
--- a/ef-duo-light-theme.el
+++ b/ef-duo-light-theme.el
@@ -234,6 +234,12 @@
       (mail-subject yellow-warmer)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 blue)
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 3409ac4bd1..fe2428b1a0 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue-cooler)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 cyan-cooler)
diff --git a/ef-kassio-theme.el b/ef-kassio-theme.el
index 21369f6b7c..594a25ebdd 100644
--- a/ef-kassio-theme.el
+++ b/ef-kassio-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue)
       (mail-other magenta-faint)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 blue)
diff --git a/ef-light-theme.el b/ef-light-theme.el
index 17b5dd34a6..fbc4507367 100644
--- a/ef-light-theme.el
+++ b/ef-light-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue-cooler)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 green-cooler)
diff --git a/ef-night-theme.el b/ef-night-theme.el
index dd66133a60..bdba8c1d97 100644
--- a/ef-night-theme.el
+++ b/ef-night-theme.el
@@ -231,6 +231,12 @@
       (mail-subject cyan-cooler)
       (mail-other cyan-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 cyan-warmer)
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index 874e964b6a..ecbca07bd3 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -231,6 +231,12 @@
       (mail-subject cyan)
       (mail-other cyan-cooler)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 red-cooler)
diff --git a/ef-summer-theme.el b/ef-summer-theme.el
index be00995c84..76e174e685 100644
--- a/ef-summer-theme.el
+++ b/ef-summer-theme.el
@@ -231,6 +231,12 @@
       (mail-subject magenta-cooler)
       (mail-other magenta)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 magenta-warmer)
diff --git a/ef-symbiosis-theme.el b/ef-symbiosis-theme.el
index 6ae378a0bf..3c9408bca6 100644
--- a/ef-symbiosis-theme.el
+++ b/ef-symbiosis-theme.el
@@ -231,6 +231,12 @@
       (mail-subject magenta-cooler)
       (mail-other blue-warmer)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 yellow-cooler)
diff --git a/ef-themes.el b/ef-themes.el
index 6f71d59335..f7f4095e9e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -2077,19 +2077,19 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(smerge-refined-removed ((,c :inherit diff-refine-removed)))
     `(smerge-upper ((,c :inherit diff-removed)))
 ;;;; tab-bar-mode
-    `(tab-bar ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-alt)))
-    `(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-main :box 
(:line-width -2 :color ,bg-main) :foreground ,fg-alt)))
-    `(tab-bar-tab-group-inactive ((,c :background ,bg-alt :box (:line-width -2 
:color ,bg-alt) :foreground ,fg-alt)))
-    `(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color ,bg-main) 
:background ,bg-main)))
-    `(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) 
:background ,bg-active)))
+    `(tab-bar ((,c :inherit modus-themes-ui-variable-pitch :background 
,bg-tab-bar)))
+    `(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-tab-current 
:box (:line-width -2 :color ,bg-tab-current) :foreground ,fg-alt)))
+    `(tab-bar-tab-group-inactive ((,c :background ,bg-tab-bar :box 
(:line-width -2 :color ,bg-tab-bar) :foreground ,fg-alt)))
+    `(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color 
,bg-tab-current) :background ,bg-tab-current)))
+    `(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-tab-other) 
:background ,bg-tab-other)))
     `(tab-bar-tab-ungrouped ((,c :inherit tab-bar-tab-inactive)))
 ;;;; tab-line-mode
-    `(tab-line ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-alt 
:height 0.95)))
+    `(tab-line ((,c :inherit modus-themes-ui-variable-pitch :background 
,bg-tab-bar :height 0.95)))
     `(tab-line-close-highlight ((,c :foreground ,err)))
     `(tab-line-highlight ((,c :inherit highlight)))
     `(tab-line-tab (( )))
-    `(tab-line-tab-current ((,c :inherit bold :box (:line-width -2 :color 
,bg-main) :background ,bg-main)))
-    `(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-active) 
:background ,bg-active)))
+    `(tab-line-tab-current ((,c :inherit bold :box (:line-width -2 :color 
,bg-tab-current) :background ,bg-tab-current)))
+    `(tab-line-tab-inactive ((,c :box (:line-width -2 :color ,bg-tab-other) 
:background ,bg-tab-other)))
     `(tab-line-tab-inactive-alternate ((,c :inherit tab-line-tab-inactive 
:foreground ,fg-alt)))
     `(tab-line-tab-modified ((,c :foreground ,warning)))
 ;;;; tempel
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index f976e7f47a..e7054dd2eb 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -231,6 +231,12 @@
       (mail-subject magenta)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 magenta-warmer)
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index 1408fe32d8..9444170758 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -231,6 +231,12 @@
       (mail-subject magenta)
       (mail-other cyan)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 magenta-warmer)
diff --git a/ef-tritanopia-dark-theme.el b/ef-tritanopia-dark-theme.el
index fc42e66966..d8e51f3364 100644
--- a/ef-tritanopia-dark-theme.el
+++ b/ef-tritanopia-dark-theme.el
@@ -234,6 +234,12 @@
       (mail-subject red-warmer)
       (mail-other magenta-cooler)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 cyan)
diff --git a/ef-tritanopia-light-theme.el b/ef-tritanopia-light-theme.el
index 084e5d3e91..7b218ab089 100644
--- a/ef-tritanopia-light-theme.el
+++ b/ef-tritanopia-light-theme.el
@@ -234,6 +234,12 @@
       (mail-subject red-warmer)
       (mail-other magenta-cooler)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 cyan)
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 094deb55a4..9c3541dadc 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -231,6 +231,12 @@
       (mail-subject blue-warmer)
       (mail-other magenta-cooler)
 
+;;;; Tab mappings
+
+      (bg-tab-bar      bg-alt)
+      (bg-tab-current  bg-main)
+      (bg-tab-other    bg-active)
+
 ;;;; Rainbow mappings
 
       (rainbow-0 magenta)



reply via email to

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