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

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

[nongnu] elpa/inkpot-theme c010838770 081/104: Add tab-bar-mode


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme c010838770 081/104: Add tab-bar-mode
Date: Thu, 7 Jul 2022 12:01:27 -0400 (EDT)

branch: elpa/inkpot-theme
commit c010838770bad2a3fc37fcb5c497bf92d5aca27b
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add tab-bar-mode
    
    Colors based on patch by @huskyhaskell, see #2.
---
 changelog.rst   | 3 +++
 inkpot-theme.el | 4 ++++
 readme.rst      | 1 +
 3 files changed, 8 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 8197e64999..ed6e53ff1f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,9 @@
 Change Log
 ##########
 
+- 2021-01-09
+  - Add ``tab-bar-mode`` colors.
+
 - 2020-11-12
 
   - Add ``compilation-mode`` colors.
diff --git a/inkpot-theme.el b/inkpot-theme.el
index e174282c40..3d14adc193 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -186,6 +186,10 @@
    ;; xref mode.
    `(xref-line-number ((t (:background ,ip-grey+18 :foreground 
,ip-slate-lite+17.7))))
 
+   ;; tab-bar-mode.
+   `(tab-bar ((t (:bold t :foreground ,ip-grey+73 :background 
,ip-slate-dark+7.6))))
+   `(tab-bar-tab ((t (:foreground ,ip-grey+73 :background ,ip-slate-dark+15.7 
:box (:line-width -1 :color ,ip-slate-light)))))
+   `(tab-bar-tab-inactive ((t (:bold nil :italic t :foreground ,ip-grey+73 
:background ,ip-slate-dark+15.7))))
 
    ;; which-func (shows in the mode-line).
    `(which-func ((t (:bold t :foreground ,ip-grey+73))))
diff --git a/readme.rst b/readme.rst
index 589a4d2071..7dc1c90a9f 100644
--- a/readme.rst
+++ b/readme.rst
@@ -54,6 +54,7 @@ Other:
    - ``ediff-mode``
 
 Bundled Packages:
+   - ``tab-bar-mode``
    - ``which-func``
    - ``white-space``
    - ``xref``



reply via email to

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