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

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

[nongnu] elpa/moe-theme 376245293a 2/2: Add tab-bar & tab-line support f


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 376245293a 2/2: Add tab-bar & tab-line support for Emacs 27
Date: Fri, 7 Jan 2022 06:58:32 -0500 (EST)

branch: elpa/moe-theme
commit 376245293a0d84c5ba3e7d760e020c13056791f1
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    Add tab-bar & tab-line support for Emacs 27
---
 moe-dark-theme.el  | 12 ++++++++++++
 moe-light-theme.el | 14 +++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 114188823f..a655b3caf3 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -592,6 +592,18 @@ Moe, moe, kyun!")
    `(message-mml ((,class (:foreground ,orange-2))))
    `(message-separator ((,class (:foreground ,black-2-5))))
 
+   ;; Tab-bar & Tab-line for Emacs 27
+   `(tab-bar ((,class (:background ,black-3 :foreground ,white-0 :underline 
,black-2))))
+   `(tab-bar-tab ((,class (:background ,black-2-5 :foreground ,white-0 
:underline ,green-1 :bold t))))
+   `(tab-bar-tab-inactive ((,class (:background ,black-3 :foreground 
,white-2))))
+
+   `(tab-line ((,class (:background ,black-3 :foreground ,white-0))))
+   `(tab-line-close-highlight ((,class (:background ,black-3 :foreground 
,white-0))))
+   `(tab-line-highlight ((,class (:background ,black-2-5 :foreground 
,white-0))))
+   `(tab-line-tab ((,class (:background ,black-3 :foreground ,white-0))))
+   `(tab-line-tab-current ((,class (:background ,black-2-5 :foreground 
,white-0 :underline ,green-1))))
+   `(tab-line-tab-inactive ((,class (:background ,black-3 :foreground 
,white-3))))
+
    ;; Grep
    `(grep-context-face ((,class (:foreground ,red-2))))
    `(grep-error-face ((,class (:foreground ,red-1 :weight bold :underline t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index f1975b9cff..bc883bed08 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -38,7 +38,7 @@ Moe, moe, kyun!")
       (red-1 "#ef2929")  (red-2 "#cc0000")  (red-3 "#a40000")
       (white-1 "#eeeeee") (white-2 "#dadada") (white-3 "#c6c6c6") (white-4 
"#b2b2b2") (black-1 "#9e9e9e")
       (black-2 "#8a8a8a") (black-3 "#767676") (black-4 "#626262") (black-5 
"#5f5f5f") (black-6 "#3a3a3a")
-      (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
+      (LIGHT_BG "#fdfdf6") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
       (cyan-0 "#d7ffd7")
       (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff") (blue-000 
"#d4e5ff")
@@ -591,6 +591,18 @@ Moe, moe, kyun!")
    `(message-mml ((,class (:foreground ,orange-2))))
    `(message-separator ((,class (:foreground ,white-3))))
 
+   ;; Tab-bar & Tab-line for Emacs 27
+   `(tab-bar ((,class (:background ,linum-light :foreground ,linum-dark 
:underline ,linum-light))))
+   `(tab-bar-tab ((,class (:background "#e7e7bf" :foreground ,black-5 
:underline ,black-5 :bold t))))
+   `(tab-bar-tab-inactive ((,class (:background ,linum-light :foreground 
,black-2))))
+
+   `(tab-line ((,class (:background ,linum-light :foreground ,linum-dark))))
+   `(tab-line-close-highlight ((,class (:background ,linum-light :foreground 
,linum-dark))))
+   `(tab-line-highlight ((,class (:background "#e7e7bf" :foreground 
,linum-dark))))
+   `(tab-line-tab ((,class (:background ,linum-light :foreground 
,linum-dark))))
+   `(tab-line-tab-current ((,class (:background "#e7e7bf" :foreground ,black-6 
:underline ,black-6))))
+   `(tab-line-tab-inactive ((,class (:background ,linum-light :foreground 
,black-2))))
+
    ;; Grep
    `(grep-context-face ((,class (:foreground ,red-2))))
    `(grep-error-face ((,class (:foreground ,red-1 :weight bold :underline t))))



reply via email to

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